Skip to content

Commit

Permalink
- trying to fix pypy build error;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Oct 26, 2024
1 parent 1ecd993 commit a57d900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- name: install SlipCover and pytest
run: |
python3 -m pip install --upgrade pip # to avoid warnings
python3 -m pip install -U pip # to avoid warnings
python3 -m pip install -U setuptools
python3 -m pip install .
python3 -m pip install pytest
Expand Down

0 comments on commit a57d900

Please sign in to comment.