Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 4, 2024
1 parent 3884a37 commit 5e9fc3f
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 @@ -47,7 +47,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Test the package
run: hatch run -v cov:test
run: hatch -v run cov:test

- name: JavaScript tests
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
dependency_type: pre
- name: Run the tests
run: |
hatch run -v test:nowarn || hatch run -v test:nowarn --lf
hatch -v run test:nowarn || hatch -v run test:nowarn --lf
install:
needs: [build]
Expand Down

0 comments on commit 5e9fc3f

Please sign in to comment.