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