Skip to content

Commit

Permalink
Update qc.yml
Browse files Browse the repository at this point in the history
Forgot to install tox, trying now with pip, alternatively try later with poetry, but not doing a full install
  • Loading branch information
leokim-l authored Nov 20, 2024
1 parent c313581 commit 40777c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install tox
run: pip install tox tox-gh-actions
- name: Run Doctests
run: poetry run tox -e doctest
- name: Generate coverage results
Expand Down

0 comments on commit 40777c4

Please sign in to comment.