File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 92
92
- uses : actions/checkout@v3
93
93
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
94
94
with :
95
- python_version : " 3.8"
96
- - uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
97
- with :
98
- only_create_file : 1
95
+ dependency_type : minimum
99
96
- name : Run the unit tests
100
97
run : |
101
98
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -107,9 +104,11 @@ jobs:
107
104
steps :
108
105
- uses : actions/checkout@v3
109
106
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
107
+ with :
108
+ dependency_type : pre
110
109
- name : Run the tests
111
110
run : |
112
- PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
111
+ hatch run test:nowarn || hatch run test:nowarn --lf
113
112
114
113
make_sdist :
115
114
name : Make SDist
You can’t perform that action at this time.
0 commit comments