Skip to content

Commit 3bbd644

Browse files
committed
remove (deprecated) install-minimums action from workflows
1 parent 36d44b7 commit 3bbd644

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8585
with:
8686
python_version: "3.7"
87-
- name: Install miniumum versions
88-
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
87+
dependency_type: minimum
8988
- name: Run the unit tests
9089
run: |
9190
pytest -vv -W default || pytest -vv -W default --lf

0 commit comments

Comments
 (0)