We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0142e5a + 1a98b72 commit 3e90d3aCopy full SHA for 3e90d3a
.github/workflows/code_coverage.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- python -m pip install tox==3.24.5
+ python -m pip install wheel==0.42.0 tox==3.24.5
25
python -m venv .venv
26
source .venv/bin/activate
27
pip install -e .
0 commit comments