Skip to content

Commit

Permalink
An attempt to force CI to not build a wheel for aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Oct 8, 2023
1 parent 9a97442 commit 60e0307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Python Deps
if: steps.release.outputs.version == 0
run: |
pip install -e .[test]
pip install -e .[test] --no-binary=aiohttp
- name: Test
if: steps.release.outputs.version == 0
Expand Down

0 comments on commit 60e0307

Please sign in to comment.