Skip to content

Commit

Permalink
TST: add py311 env with standard deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Sep 15, 2022
1 parent a44fad4 commit 95513fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
with:
coverage: codecov
display: true
# The Linux PyQt 5.15 installation requires apt-getting its xcb deps and headless X11 display
# The Linux PyQt 5.15 installation requires apt-getting its xcb deps and headless X11 display;
# as of Python 3.11 Scipy and h5py also need their own deps.
libraries: |
apt:
- '^libxcb.*-dev'
Expand All @@ -86,6 +87,9 @@ jobs:
brew:
- enchant
envs: |
- name: Python 3.11 rc with basic dependencies (Linux)
linux: py311-test-pyqt514
python-version: '3.11.0-rc.2'
- name: Python 3.11 rc with (dev versions of) all optional dependencies (Linux)
linux: py311-test-pyqt515-dev-all
python-version: '3.11.0-rc.2'
Expand Down

0 comments on commit 95513fe

Please sign in to comment.