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.
2 parents 1a276dc + 7cdd86c commit b00075fCopy full SHA for b00075f
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