Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 27, 2023
1 parent c9139d7 commit c1f3598
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 @@ -83,9 +83,9 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install hatch
- name: Run test suite with coverage
run: hatch run cov

# TODO: remove, once dependencies are updated
- run: python -m pip install .[docs,report]
- run: python -m pip list --outdated

- name: Run test suite with coverage
run: hatch run cov

0 comments on commit c1f3598

Please sign in to comment.