Skip to content

Commit 93d2910

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-python.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ 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
88+
- name: Install
89+
run: pip install -e ".[test]"
8990
- name: Run the unit tests
9091
run: |
9192
pytest -vv -W default || pytest -vv -W default --lf

0 commit comments

Comments
 (0)