Skip to content

Commit

Permalink
Update advanced flag in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 29, 2024
1 parent d3b3ea5 commit aa8fe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
]
extra: [
" ",
advanced,
"[advanced]",
]
install-level: [
system,
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Install package with pip dependencies -- user-level
if: matrix.install-level == 'user'
run: |
pip install -v -e .[${{ matrix.extra }}] --user
pip install -v -e .${{ matrix.extra }} --user
- name: Check installed packages
Expand Down

0 comments on commit aa8fe2d

Please sign in to comment.