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 8773f8e commit 17e42dcCopy full SHA for 17e42dc
.github/workflows/mac.yml
@@ -28,9 +28,15 @@ 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 . -- tests/test_cli.py
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: Test Path
39
+ run: echo $PATH
40
41
- name: Report coverage to Coveralls
42
uses: coverallsapp/github-action@v2
@@ -44,9 +50,6 @@ jobs:
44
50
needs: tests
45
51
runs-on: self-hosted
46
52
steps:
47
- - name: Set up Homebrew
48
- id: set-up-homebrew
49
- uses: Homebrew/actions/setup-homebrew@master
53
54
- name: Close parallel build
55
0 commit comments