Skip to content

Commit 17e42dc

Browse files
committed
Test PATH [DO NOT MERGE]
1 parent 8773f8e commit 17e42dc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/mac.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ 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 . -- tests/test_cli.py
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
37+
38+
- name: Test Path
39+
run: echo $PATH
3440

3541
- name: Report coverage to Coveralls
3642
uses: coverallsapp/github-action@v2
@@ -44,9 +50,6 @@ jobs:
4450
needs: tests
4551
runs-on: self-hosted
4652
steps:
47-
- name: Set up Homebrew
48-
id: set-up-homebrew
49-
uses: Homebrew/actions/setup-homebrew@master
5053

5154
- name: Close parallel build
5255
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)