We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0d1cd commit 8117404Copy full SHA for 8117404
.github/workflows/mac.yml
@@ -28,26 +28,4 @@ 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
36
- echo "PATH=$PATH" >> $GITHUB_ENV
37
38
- - name: Report coverage to Coveralls
39
- uses: coverallsapp/github-action@v2
40
- with:
41
- parallel: true
42
- flag-name: run-${{ matrix.python-version }}
43
- file: coverage.xml
44
- base-path: janus_core
45
46
- coverage:
47
- needs: tests
48
- runs-on: self-hosted
49
- steps:
50
- - name: Close parallel build
51
52
53
- parallel-finished: true
+ run: uv run pytest --run-extra-mlips
0 commit comments