Skip to content

Commit b00075f

Browse files
authored
Merge pull request #1035 from murrayrm/QtAgg_fix-04Aug2024
add pyqt dependency for QtAgg testing
2 parents 1a276dc + 7cdd86c commit b00075f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
if [[ '${{matrix.pandas}}' == 'conda' ]]; then
5757
mamba install pandas
5858
fi
59+
if [[ '${{matrix.mplbackend}}' == 'QtAgg' ]]; then
60+
mamba install pyqt
61+
fi
5962
6063
- name: Test with pytest
6164
shell: bash -l {0}

0 commit comments

Comments
 (0)