From 528c1f57dc543fca2ac6b2616edc6eb095bdb01e Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 31 Jul 2024 16:11:42 -0700 Subject: [PATCH] coveralls broken on mac? --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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