Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Herb committed Jul 24, 2024
1 parent 79a526e commit 561c969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Run tests with coverage
run: |
python -m pip install coverage
coverage run -m pytest
coverage xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
coverage
coveralls
matplotlib==3.8.0
numpy==1.26.3
pandas==2.1.4
Expand All @@ -9,3 +7,5 @@ pyyaml==6.0.1
pytest==7.4.0
seaborn==0.12.2
tqdm==4.66.4
coverage
coveralls

0 comments on commit 561c969

Please sign in to comment.