Skip to content

Commit

Permalink
ci: update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 17, 2023
1 parent 10a5e96 commit 2c8fa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
# prerequisites
python -m pip install --upgrade pip wheel
python -m pip install codecov coverage flake8 pytest
python -m pip install coverage flake8 pytest
# install dependencies
pip install -e .
pip install -r tests/requirements.txt
Expand Down

0 comments on commit 2c8fa7f

Please sign in to comment.