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 1189b1e commit d746d73Copy full SHA for d746d73
.github/workflows/mac.yml
@@ -28,9 +28,12 @@ jobs:
28
env:
29
# show timings of tests
30
PYTEST_ADDOPTS: "--durations=0"
31
+ run: uv run pytest --run-extra-mlips --cov janus_core --cov-append .
32
+
33
+ - name: Set Path
34
run: |
35
source ~/.zshrc
- uv run pytest --run-extra-mlips --cov janus_core --cov-append .
36
+ echo "PATH=$PATH" >> $GITHUB_ENV
37
38
- name: Report coverage to Coveralls
39
uses: coverallsapp/github-action@v2
0 commit comments