Skip to content

Commit 4b2e6e0

Browse files
committed
test: add a test for latest added feature
1 parent c71d793 commit 4b2e6e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
5252
env:
5353
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
5456
- run: python -m coverage report --show-missing
5557
- run: codecov
5658
publish:

0 commit comments

Comments
 (0)