Skip to content

Commit

Permalink
Test CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Mar 14, 2024
1 parent 9ee2152 commit b3d75a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@ jobs:
run: |
poetry env use ${{ matrix.python-version }}
poetry install --with dev
echo "JANUS_PATH=$(which janus)" >> $GITHUB_ENV
- name: Run test suite

env:
# show timings of tests
PYTEST_ADDOPTS: "--durations=0"
JANUS_PATH: $(which janus)
JANUS_PATH: $JANUS_PATH
run: |
pip list
which janus
poetry run pytest --cov aiida_mlip --cov-append .
- name: Report coverage to Coveralls
Expand Down

0 comments on commit b3d75a9

Please sign in to comment.