We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71d793 commit 6f15be1Copy full SHA for 6f15be1
.github/workflows/python.yml
@@ -51,6 +51,7 @@ jobs:
51
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
52
env:
53
LOGGING_LEVEL: critical
54
+ - run: python -m coverage run --append --branch --source . pip install --no-build-isolation --no-binary ebrains-drive ebrains-drive==0.6.0
55
- run: python -m coverage report --show-missing
56
- run: codecov
57
publish:
0 commit comments