From b7a149544a6d283a13e7292610725c4e2d5269eb Mon Sep 17 00:00:00 2001 From: Elliott Kasoar Date: Tue, 15 Oct 2024 17:38:59 +0100 Subject: [PATCH] Test all MLIPs on mac --- .github/workflows/mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 26a7d1c3..e719ccd0 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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