Skip to content

Commit

Permalink
Test all MLIPs on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Kasoar committed Oct 15, 2024
1 parent b9c8b46 commit b7a1495
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 @@ -25,14 +25,14 @@ jobs:
pipx install poetry
pipx ensurepath
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 b7a1495

Please sign in to comment.