diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50fcc81..f86d8ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: cache: 'pip' - name: Install dependencies - run: pip install -e ".[tests,linkml]" + run: pip install -e ".[tests]" - name: Install numpy version run: pip install "numpy${{ matrix.numpy-version }}" @@ -54,6 +54,7 @@ jobs: with: flag-name: run-${{ join(matrix.*, '-') }} parallel: true + debug: true finish-coverage: needs: test