Skip to content

Commit d746d73

Browse files
committed
Fix coveralls
1 parent 1189b1e commit d746d73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/mac.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828
env:
2929
# show timings of tests
3030
PYTEST_ADDOPTS: "--durations=0"
31+
run: uv run pytest --run-extra-mlips --cov janus_core --cov-append .
32+
33+
- name: Set Path
3134
run: |
3235
source ~/.zshrc
33-
uv run pytest --run-extra-mlips --cov janus_core --cov-append .
36+
echo "PATH=$PATH" >> $GITHUB_ENV
3437
3538
- name: Report coverage to Coveralls
3639
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)