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 4a4e92a commit 110b2aaCopy full SHA for 110b2aa
.github/workflows/mac.yml
@@ -31,6 +31,7 @@ jobs:
31
# show timings of tests
32
PYTEST_ADDOPTS: "--durations=0"
33
run: |
34
+ source ~/.zshrc
35
poetry run pytest --run-extra-mlips --cov janus_core --cov-append .
36
37
- name: Report coverage to Coveralls
0 commit comments