Skip to content

Commit

Permalink
clean up deps in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Nov 3, 2023
1 parent 419d392 commit aaffb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pytest-cov pytest-mpl coverage docopt
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install scipy
pip install scipy seaborn
export MPL_IMGCOMP_TOLERANCE=20
coverage run -m pytest --mpl --doctest-glob="probscale/*.py" --cov-report=xml
- name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-runtests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Test with pytest
run: |
export MPL_IMGCOMP_TOLERANCE=20
python -m pytest --mpl --doctest-modules
python -m pytest --mpl

0 comments on commit aaffb03

Please sign in to comment.