Skip to content

Commit

Permalink
try new pip install for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanford committed Apr 13, 2023
1 parent 09c10e8 commit 79ab85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install codecov
pip install coverage
pip install -r requirements.txt
- name: Run tests with unittest and codecov
run: coverage run -m unittest discover tests -b
Expand Down

0 comments on commit 79ab85f

Please sign in to comment.