Skip to content

Commit

Permalink
Fix pip call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 27, 2022
1 parent 3324515 commit d7912dd
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 @@ -242,7 +242,7 @@ jobs:
# works fine with non-editable installs.)
run: |
pip install -U wheel
pip install -U --no-binary coverage
pip install -U --no-binary :all: coverage
pip install -U 'faulthandler; python_version == "2.7" and platform_python_implementation == "CPython"'
# Unzip into src/ so that testrunner can find the .so files
# when we ask it to load tests from that directory. This
Expand Down

0 comments on commit d7912dd

Please sign in to comment.