Skip to content

Commit 8567b44

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #289 from IFCA-Advanced-Computing/fix-missing-setuptools-code-coverage-workflow
Add setuptools package to code_coverage.yml
2 parents 3e90d3a + 3b17ab5 commit 8567b44

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 wheel==0.42.0 tox==3.24.5
24+
python -m pip install setuptools==68.2.2 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)