Skip to content

Commit

Permalink
Actions: Upgrade pip on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 29, 2024
1 parent 75c144e commit 8ac01bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Upgrade pip
if: ${{ matrix.os == 'macos-latest' }}
shell: bash -l {0}
run: |
python3 -m pip install --upgrade pip

- name: Install & Setup Miniconda
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 8ac01bc

Please sign in to comment.