Skip to content

Commit

Permalink
More carefully express CI requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Apr 26, 2024
1 parent 29c7688 commit 1078cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- os: ubuntu-20.04
python-version: 3.9
# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
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"'
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
Expand Down

0 comments on commit 1078cab

Please sign in to comment.