diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d0ac0b3..6ca417ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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