Skip to content

Commit

Permalink
TEST brew
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Dec 13, 2024
1 parent 8773f8e commit 3e84e4f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ jobs:
PYTEST_ADDOPTS: "--durations=0"
run: |
source ~/.zshrc
uv run pytest --run-extra-mlips --cov janus_core --cov-append .
uv run pytest --run-extra-mlips --cov janus_core --cov-append . -- tests/test_cli.py
- name: TEST 1
run: echo $PATH

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: TEST 2
run: echo $PATH

- name: Report coverage to Coveralls
uses: coverallsapp/github-action@v2
Expand All @@ -44,9 +54,6 @@ jobs:
needs: tests
runs-on: self-hosted
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Close parallel build
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 3e84e4f

Please sign in to comment.