Skip to content

Commit

Permalink
Bug fixed in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Dec 23, 2024
1 parent 46f33b1 commit 6b10ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

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

0 comments on commit 6b10ce8

Please sign in to comment.