Skip to content

Commit 7cdd86c

Browse files
committed
add pyqt dependency for QtAgg testing
1 parent 1a276dc commit 7cdd86c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)