Skip to content

Commit

Permalink
Update build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Sep 30, 2024
1 parent 62cceb0 commit 0983637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
run: |
python -m pip install -U codecov
npm install -g codecov
- name: Test the extension
run: |
set -eux
python -m pip install --upgrade -v -e ".[test, examples, docs]"
python -m pytest
jlpm run test
- name: Lint the extension
run: |
Expand Down

0 comments on commit 0983637

Please sign in to comment.