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 4b2e6e0Copy full SHA for 4b2e6e0
.github/workflows/python.yml
@@ -51,6 +51,8 @@ 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 pip install -e .
55
+ - run: python -m coverage run --append --branch --source . -m pip install --no-build-isolation --no-binary ebrains-drive ebrains-drive==0.6.0
56
- run: python -m coverage report --show-missing
57
- run: codecov
58
publish:
0 commit comments