Skip to content

Commit

Permalink
Update qc.yml
Browse files Browse the repository at this point in the history
Maybe poetry install is not needed at all, since tox recreates its own environment...?
  • Loading branch information
leokim-l authored Nov 20, 2024
1 parent dd317ec commit c313581
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install dependencies
run: poetry install --no-interaction
- name: Run Doctests
run: poetry run tox -e doctest
- name: Generate coverage results
Expand Down

0 comments on commit c313581

Please sign in to comment.