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 05c134d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ 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
echo $JANUS_PATH
poetry run pytest --cov aiida_mlip --cov-append .
- name: Report coverage to Coveralls
Expand Down

0 comments on commit 05c134d

Please sign in to comment.