Skip to content

Commit 201c413

Browse files
authored
Fix "test minimum versions" job (#597)
1 parent 844b46d commit 201c413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v4
101101
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
102102
with:
103-
dependency_type: pre
103+
dependency_type: minimum
104104
- name: Run the unit tests
105105
run: |
106106
hatch run test:nowarn || hatch run test:nowarn --lf

0 commit comments

Comments
 (0)