Skip to content

Commit 3e90d3a

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #288 from IFCA-Advanced-Computing/fix-code-coverage-workflow
Add wheel package to code_coverage.yml
2 parents 0142e5a + 1a98b72 commit 3e90d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install tox==3.24.5
24+
python -m pip install wheel==0.42.0 tox==3.24.5
2525
python -m venv .venv
2626
source .venv/bin/activate
2727
pip install -e .

0 commit comments

Comments
 (0)