We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a276dc commit 7cdd86cCopy full SHA for 7cdd86c
1 file changed
.github/workflows/python-package-conda.yml
@@ -56,6 +56,9 @@ jobs:
56
if [[ '${{matrix.pandas}}' == 'conda' ]]; then
57
mamba install pandas
58
fi
59
+ if [[ '${{matrix.mplbackend}}' == 'QtAgg' ]]; then
60
+ mamba install pyqt
61
+ fi
62
63
- name: Test with pytest
64
shell: bash -l {0}
0 commit comments