Skip to content

Commit

Permalink
Revert "[notice] A new release of pip is available: 23.0.1 -> 24.0 [n…
Browse files Browse the repository at this point in the history
…otice] To update, run: python3.10 -m pip install --upgrade pip"

This reverts commit 880ff95.
  • Loading branch information
Mariosmsk committed May 11, 2024
1 parent 41b0171 commit a3467ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:

- name: Install dependencies
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip
python${{ matrix.python-version }} -m pip install flake8 pytest
python${{ matrix.python-version }} -m pip install -r requirements.txt
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
- name: Install libomp on macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit a3467ad

Please sign in to comment.