Skip to content

Commit

Permalink
Don't pip install --user in CI, resolving issue with PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Oct 9, 2024
1 parent b0273b8 commit afd742f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 --user --upgrade pip setuptools wheel
pip install --user --upgrade -r tests/requirements.txt
pip install --upgrade pip setuptools wheel
pip install --upgrade -r tests/requirements.txt
- name: Select GCC
if: matrix.gcc
Expand All @@ -245,7 +245,7 @@ jobs:
- name: Setup pytest annotations
run: |
python -m pip install pytest-github-actions-annotate-failures
pip install pytest-github-actions-annotate-failures
- name: Setup GCC annotations
uses: ammaraskar/gcc-problem-matcher@master
Expand Down

0 comments on commit afd742f

Please sign in to comment.