Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odidev authored Dec 9, 2021
1 parent 4dd2619 commit 2dbf4d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: pip install -r requirements-cython.txt
# On windows and mac we should have z library preinstalled
CIBW_BEFORE_BUILD: pip install -r requirements-cython.txt
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest
CIBW_BUILD_VERBOSITY: 2
run: |
python -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit 2dbf4d0

Please sign in to comment.