Skip to content

Commit

Permalink
Test all MLIPs on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored and Elliott Kasoar committed Oct 16, 2024
1 parent fc2b4e1 commit fd1a201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
pipx ensurepath
source ~/.zshrc
poetry env use ${{ matrix.python-version }}
poetry install --with dev
poetry install --with dev --extras all
- name: Run test suite
env:
# show timings of tests
PYTEST_ADDOPTS: "--durations=0"
run: |
poetry run pytest --cov janus_core --cov-append .
poetry run pytest --run-extra-mlips --cov janus_core --cov-append .
- name: Report coverage to Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit fd1a201

Please sign in to comment.