File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
clean : true
29
29
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
30
+ with :
31
+ python_version : " 3.11"
30
32
- name : Display dependency info
31
33
run : |
32
34
python --version
@@ -114,8 +116,6 @@ jobs:
114
116
with :
115
117
python-version : ' 3.11'
116
118
- name : Install Python dependencies
117
- with :
118
- python-version : ' 3.11'
119
119
run : |
120
120
pip install ".[test]"
121
121
- uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
@@ -129,6 +129,8 @@ jobs:
129
129
uses : actions/checkout@v4
130
130
- name : Base Setup
131
131
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
132
+ with :
133
+ python_version : " 3.11"
132
134
- name : Build Docs
133
135
run : make docs
134
136
@@ -153,6 +155,8 @@ jobs:
153
155
steps :
154
156
- uses : actions/checkout@v4
155
157
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
158
+ with :
159
+ python_version : " 3.11"
156
160
- uses : jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
157
161
158
162
test_sdist :
@@ -162,6 +166,8 @@ jobs:
162
166
timeout-minutes : 20
163
167
steps :
164
168
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
169
+ with :
170
+ python_version : " 3.11"
165
171
- uses : jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
166
172
167
173
python_tests_check : # This job does nothing and is only used for the branch protection
You can’t perform that action at this time.
0 commit comments