Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Denisa Checiu <91504950+DenisaCG@users.noreply.github.com>
  • Loading branch information
SylvainCorlay and DenisaCG authored Sep 30, 2024
1 parent c26431a commit 72a0948
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 @@ -28,7 +28,7 @@ jobs:
- name: Test the extension
run: |
set -eux
python -m pip install -v -e ".[test, examples, docs]"
python -m pip install --upgrade -v -e ".[test, examples, docs]"
python -m pytest
jlpm run test
Expand Down

0 comments on commit 72a0948

Please sign in to comment.