From 5e9fc3f0a3ebc2ef6aa2187604804877054eb32b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 4 Apr 2024 09:17:12 -0500 Subject: [PATCH] debug --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa5b269e14..44e7ed06e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | @@ -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]