Skip to content

Commit

Permalink
Fix pip install command in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 29, 2024
1 parent 13ea37d commit e1bdaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: matrix.install-level == 'system'
run: |
## install dependencies with optional extras
pip install -v -e .[${{ matrix.extra }}]
pip install -v -e .${{ matrix.extra }}
- name: Install package with pip dependencies -- user-level
if: matrix.install-level == 'user'
run: |
Expand Down

0 comments on commit e1bdaea

Please sign in to comment.