Skip to content

Commit

Permalink
Upgrade pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkiss committed Dec 1, 2022
1 parent f9aa7ad commit 52f6d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:

- name: Test core code with pytest
run: |
pip install --upgrade pip
pip install coverage pytest
coverage run -m py.test tests
coverage run -m pytest tests

0 comments on commit 52f6d7b

Please sign in to comment.