mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34: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'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -e ".[tests,linkml]"
|
run: pip install -e ".[tests]"
|
||||||
|
|
||||||
- name: Install numpy version
|
- name: Install numpy version
|
||||||
run: pip install "numpy${{ matrix.numpy-version }}"
|
run: pip install "numpy${{ matrix.numpy-version }}"
|
||||||
|
@ -54,6 +54,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flag-name: run-${{ join(matrix.*, '-') }}
|
flag-name: run-${{ join(matrix.*, '-') }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
debug: true
|
||||||
|
|
||||||
finish-coverage:
|
finish-coverage:
|
||||||
needs: test
|
needs: test
|
||||||
|
|
Loading…
Reference in a new issue