Skip to content

Commit

Permalink
Merge pull request #184 from blink1073/update-min-deps-test
Browse files Browse the repository at this point in the history
Fix min dep test
  • Loading branch information
blink1073 authored Apr 5, 2024
2 parents c7450ea + ab3c315 commit 4915fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.8"
- name: Install miniumum versions
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
dependency_type: minimum
- name: Run the unit tests
run: |
python -m pip install ".[test]"
python -m pytest -vv || python -m pytest -vv --lf
test_prereleases:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"packaging",
"tomlkit",
"packaging>=22.0",
"tomlkit>=0.12.1",
"setuptools>=60.2.0",
"wheel",
"deprecation",
"wheel>=0.41.1",
"deprecation>=2.1.0",
]

[project.readme]
Expand Down

0 comments on commit 4915fc8

Please sign in to comment.