Skip to content

Commit

Permalink
CI: fix test with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Jun 11, 2024
1 parent a02b34c commit 0de9601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

- name: Install dependencies
run: |
pip install -U pip pytest
pip install -U pip pytest pytest-cov
pip install .
- name: Test local run
run: |
pytest -v --cov=./
pytest -v --cov ./
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0de9601

Please sign in to comment.