Skip to content

Commit

Permalink
Update coverage dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Oct 5, 2023
1 parent fd8dfa6 commit e34b528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements_all.txt
pip install -r tests/requirements_full.txt
pip install -r tests/requirements_mpi.txt
pip install -r tests/requirements.txt
- name: Generate coverage report
Expand Down

0 comments on commit e34b528

Please sign in to comment.