Skip to content

Commit

Permalink
[notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] T…
Browse files Browse the repository at this point in the history
…o update, run: python3.10 -m pip install --upgrade pip
  • Loading branch information
Mariosmsk authored May 11, 2024
1 parent 4e152fc commit 880ff95
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 -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
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
- name: Install libomp on macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit 880ff95

Please sign in to comment.