Skip to content

Commit

Permalink
Update pip installation in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Apr 1, 2024
1 parent 18b2ddc commit 48118e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ jobs:
if: matrix.install-level == 'system'
run: |
## install dependencies with optional extras
python -m pip install --upgrade pip
pip install -v -e .[${{ matrix.extra }}]
- name: Install repo with pip dependencies -- user-level
if: matrix.install-level == 'user'
run: |
python -m pip install --upgrade pip
pip install -v -e .[${{ matrix.extra }}] --user
Expand Down

0 comments on commit 48118e3

Please sign in to comment.