Browse Source

install build dependencies for poetry github action

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

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

@ -21,5 +21,7 @@ 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 build

Loading…
Cancel
Save