Skip to content

Commit a99119e

Browse files
authored
Test python 3.11 on ubuntu (#839)
1 parent 7d2154a commit a99119e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
schedule:
77
- cron: "0 8 * * *"
88

9+
defaults:
10+
run:
11+
shell: bash -eux {0}
12+
913
jobs:
1014
build:
1115
runs-on: ${{ matrix.os }}
@@ -109,9 +113,11 @@ jobs:
109113
uses: actions/checkout@v2
110114
- name: Base Setup
111115
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
116+
with:
117+
python_version: "3.11.0-beta - 3.11.0"
112118
- name: Install the Python dependencies
113119
run: |
114-
pip install --no-deps -e .
120+
pip install --no-deps .
115121
pip install --pre --upgrade "jupyter_server[test]"
116122
- name: List installed packages
117123
run: |

0 commit comments

Comments
 (0)