8000 Install extra requirements when testing with 3.11 · matplotlib/matplotlib@9f524cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f524cd

Browse files
committed
Install extra requirements when testing with 3.11
1 parent 19d93b7 commit 9f524cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
pyqt6-ver: '!=6.5.1'
8080
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
8181
pyside6-ver: '!=6.5.1'
82+
extra-requirements: '-r requirements/testing/extra.txt'
8283
- os: macos-latest
8384
python-version: 3.9
8485
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346

0 commit comments

Comments
 (0)
0