Skip to content

Commit

Permalink
Use "dependency_type: minimum" for Minimum Versions check
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Apr 9, 2024
1 parent 6a33bb8 commit 621cbba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,12 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11"
python_version: "3.8"
dependency_type: minimum

- name: Install minimum versions
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
- name: Install the Python dependencies
run: |
pip install -e ".[test]"
- name: Run the unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test = [
"pytest>=7.0",
"pytest-cov",
"websockets",
"importlib_metadata >=3.6; python_version<'3.10'",
"importlib_metadata >=4.8.3; python_version<'3.10'",
]
docs = [
"jupyterlab>=4.0.0",
Expand Down

0 comments on commit 621cbba

Please sign in to comment.