Skip to content

Commit

Permalink
GitHub Actions: Upgrade cython only on Python 3.11
Browse files Browse the repository at this point in the history
Test a workaround for aio-libs#6600
  • Loading branch information
cclauss committed Jul 17, 2022
1 parent 7b0a615 commit 393ddc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -r requirements/test.txt -c requirements/constraints.txt
- name: Test a workaround for #6600
if: startsWith(matrix.pyver, '3.11')
run: python -m pip install cython
- name: Cythonize
if: ${{ matrix.no-extensions == '' }}
run: |
Expand Down

0 comments on commit 393ddc8

Please sign in to comment.