Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaffb03

Browse files
committed
clean up deps in GHA
1 parent 419d392 commit aaffb03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install pytest pytest-cov pytest-mpl coverage docopt
2121
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
22-
pip install scipy
22+
pip install scipy seaborn
2323
export MPL_IMGCOMP_TOLERANCE=20
2424
coverage run -m pytest --mpl --doctest-glob="probscale/*.py" --cov-report=xml
2525
- name: Upload coverage to Codecov

.github/workflows/python-runtests-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Test with pytest
3232
run: |
3333
export MPL_IMGCOMP_TOLERANCE=20
34-
python -m pytest --mpl --doctest-modules
34+
python -m pytest --mpl

0 commit comments

Comments
 (0)