Skip to content

Commit 2de5d37

Browse files
authored
Fix min version test (#278)
1 parent 92c3d9f commit 2de5d37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ jobs:
5959
with:
6060
dependency_type: minimum
6161

62-
- name: Install normally
62+
- name: Install
6363
run: make install
64-
- name: Install minimum versions
65-
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
6664
- name: Run the unit tests
6765
run: make test
6866

0 commit comments

Comments
 (0)