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 29c7688 commit 1078cabCopy full SHA for 1078cab
.github/workflows/tests.yml
@@ -60,7 +60,7 @@ jobs:
60
- os: ubuntu-20.04
61
python-version: 3.9
62
# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
63
- extra-requirements: '-r requirements/testing/extra.txt ipython<8.24 matplotlib-inline<0.1.7'
+ extra-requirements: '-r requirements/testing/extra.txt "ipython<8.24" "matplotlib-inline<0.1.7"'
64
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
65
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
66
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
0 commit comments