Skip to content

Commit

Permalink
Undo PyPy fix to assure things still fail
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Oct 11, 2024
1 parent 9404fc4 commit e320b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ jobs:
- name: Install requirements
run: |
pip install --upgrade pip setuptools wheel
pip install --upgrade -r tests/requirements.txt
pip install --user --upgrade pip setuptools wheel
pip install --user --upgrade -r tests/requirements.txt
- name: Select GCC
if: matrix.gcc
Expand Down

0 comments on commit e320b27

Please sign in to comment.