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 7d2154a commit a99119eCopy full SHA for a99119e
.github/workflows/python-tests.yml
@@ -6,6 +6,10 @@ on:
6
schedule:
7
- cron: "0 8 * * *"
8
9
+defaults:
10
+ run:
11
+ shell: bash -eux {0}
12
+
13
jobs:
14
build:
15
runs-on: ${{ matrix.os }}
@@ -109,9 +113,11 @@ jobs:
109
113
uses: actions/checkout@v2
110
114
- name: Base Setup
111
115
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
116
+ with:
117
+ python_version: "3.11.0-beta - 3.11.0"
112
118
- name: Install the Python dependencies
119
run: |
- pip install --no-deps -e .
120
+ pip install --no-deps .
121
pip install --pre --upgrade "jupyter_server[test]"
122
- name: List installed packages
123
0 commit comments