Skip to content

Commit

Permalink
Installation-test - try updating cython
Browse files Browse the repository at this point in the history
Seems aiohttp has issues with being able to build with newer
Python versions.

aio-libs/aiohttp#6600
  • Loading branch information
JanneKiiskila committed Oct 20, 2023
1 parent b4a8104 commit c4022d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Installation steps on ${{ matrix.os }} w ${{ matrix.python-ver}}
run: |
pip install --upgrade pip
pip install --upgrade cython
pip install -U -r requirements.txt
- name: Run collect only
run: pytest --collect-only

0 comments on commit c4022d2

Please sign in to comment.