mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
coveralls broken on mac?
This commit is contained in:
parent
2887841bdb
commit
528c1f57dc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue