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 2727 with :
2828 clean : true
2929 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
30+ with :
31+ python_version : " 3.11"
3032 - name : Display dependency info
3133 run : |
3234 python --version
@@ -114,8 +116,6 @@ jobs:
114116 with :
115117 python-version : ' 3.11'
116118 - name : Install Python dependencies
117- with :
118- python-version : ' 3.11'
119119 run : |
120120 pip install ".[test]"
121121 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
@@ -129,6 +129,8 @@ jobs:
129129 uses : actions/checkout@v4
130130 - name : Base Setup
131131 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
132+ with :
133+ python_version : " 3.11"
132134 - name : Build Docs
133135 run : make docs
134136
@@ -153,6 +155,8 @@ jobs:
153155 steps :
154156 - uses : actions/checkout@v4
155157 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
158+ with :
159+ python_version : " 3.11"
156160 - uses : jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
157161
158162 test_sdist :
@@ -162,6 +166,8 @@ jobs:
162166 timeout-minutes : 20
163167 steps :
164168 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
169+ with :
170+ python_version : " 3.11"
165171 - uses : jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
166172
167173 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