Skip to content

Commit

Permalink
Changed pytest to run under poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbmorgan committed Oct 31, 2024
1 parent 50081bb commit 116b0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/interrogate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install the project dependencies
run: poetry install --with=dev
- name: Run the tests
run: pytest tests --cov=dfttools --cov-report xml
run: poetry run -- pytest tests --cov=dfttools --cov-report xml

# TODO when approved for the maurergroup organisation
# - name: Coveralls GitHub Action
Expand Down

0 comments on commit 116b0de

Please sign in to comment.