Skip to content

Commit 6b10ce8

Browse files
committed
Bug fixed in CI workflow
1 parent 46f33b1 commit 6b10ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
run: |
9595
export PYTHONPATH=$PYTHONPATH:$(pwd)
96-
pytest -n logical -v --cov-config=.coveragerc --cov=molsysmt --cov-report=xml --junitxml=junit.xml --color=yes
96+
pytest -n logical -v --cov-config=.coveragerc --cov=pyunitwizard --cov-report=xml --junitxml=junit.xml --color=yes
9797
9898
- name: Check coverage
9999
shell: bash -l {0}

0 commit comments

Comments
 (0)