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 6a33bb8 commit 621cbbaCopy full SHA for 621cbba
.github/workflows/test.yml
@@ -152,10 +152,12 @@ jobs:
152
- name: Base Setup
153
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
154
with:
155
- python_version: "3.11"
+ python_version: "3.8"
156
+ dependency_type: minimum
157
- - name: Install minimum versions
158
- uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
+ - name: Install the Python dependencies
159
+ run: |
160
+ pip install -e ".[test]"
161
162
- name: Run the unit tests
163
run: |
pyproject.toml
@@ -49,7 +49,7 @@ test = [
49
"pytest>=7.0",
50
"pytest-cov",
51
"websockets",
52
- "importlib_metadata >=3.6; python_version<'3.10'",
+ "importlib_metadata >=4.8.3; python_version<'3.10'",
53
]
54
docs = [
55
"jupyterlab>=4.0.0",
0 commit comments