Skip to content

Commit

Permalink
Fix cython version (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Dec 12, 2022
1 parent d557cd9 commit f1b6d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pypa/[email protected]
env:
CIBW_SKIP: pp*
CIBW_TEST_COMMAND: pytest {project}/tests --ignore={project}/tests/__generated__/test_recursive_postponned.py
CIBW_TEST_COMMAND: pytest {project}/tests
# TODO execute tests on Windows (https://github.com/wyfo/apischema/runs/4622330189)
CIBW_TEST_COMMAND_WINDOWS: python -c "import apischema"
CIBW_BEFORE_TEST: pip install -r tests/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.cython.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cython==0.29.28
Cython==0.29.32

0 comments on commit f1b6d59

Please sign in to comment.