File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,12 @@ jobs:
152
152
- name : Base Setup
153
153
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
154
154
with :
155
- python_version : " 3.11"
155
+ python_version : " 3.8"
156
+ dependency_type : minimum
156
157
157
- - name : Install minimum versions
158
- uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
158
+ - name : Install the Python dependencies
159
+ run : |
160
+ pip install -e ".[test]"
159
161
160
162
- name : Run the unit tests
161
163
run : |
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test = [
49
49
" pytest>=7.0" ,
50
50
" pytest-cov" ,
51
51
" websockets" ,
52
- " importlib_metadata >=3.6 ; python_version<'3.10'" ,
52
+ " importlib_metadata >=4.8.3 ; python_version<'3.10'" ,
53
53
]
54
54
docs = [
55
55
" jupyterlab>=4.0.0" ,
You can’t perform that action at this time.
0 commit comments