coveralls broken on mac?

This commit is contained in:
sneakers-the-rat 2024-07-31 16:11:42 -07:00
parent 2887841bdb
commit 528c1f57dc
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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