File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 5252 - name : Base Setup
5353 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5454 with :
55- python_version : " 3.7"
56- - name : Install minimum versions
57- uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
58- with :
59- only_create_file : 1
55+ dependency_type : minimum
6056 - name : Run the unit tests
6157 run : |
6258 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -80,10 +76,10 @@ jobs:
8076 - name : Base Setup
8177 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8278 with :
83- python_version : " 3.11 "
79+ dependency_type : pre
8480 - name : Run the tests
8581 run : |
86- PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
82+ hatch run test:nowarn || hatch run test:nowarn --lf
8783
8884 make_sdist :
8985 name : Make SDist
You can’t perform that action at this time.
0 commit comments