Browse Source

use 'poetry install' to install build dependencies

pull/3/head
Brett Langdon 5 years ago
parent
commit
fd40707728
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .github/workflows/test.yml

+ 1
- 2
.github/workflows/test.yml View File

@ -21,7 +21,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v4
- run: pip install setuptools Cython
name: Install build dependencies
- run: poetry check
- run: poetry install
- run: poetry build

Loading…
Cancel
Save