File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 - name : Coverage
5959 run : |
60- pip install codecov
60+ pip install codecov coverage[toml]
6161 codecov
6262
6363 - name : Check Launcher
@@ -125,14 +125,9 @@ jobs:
125125 - name : Base Setup
126126 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
127127 with :
128- python_version : " 3.8"
129- - name : Install miniumum versions
130- uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
131- with :
132- only_create_file : 1
128+ dependency_type : minimum
133129 - name : Run the unit tests
134130 run : |
135- export PIP_CONSTRAINT="./contraints_file.txt"
136131 hatch run test:nowarn || hatch run test:nowarn --lf
137132
138133 test_prereleases :
@@ -144,9 +139,10 @@ jobs:
144139 uses : actions/checkout@v3
145140 - name : Base Setup
146141 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
142+ with :
143+ dependency_type : pre
147144 - name : Run the tests
148145 run : |
149- export PIP_PRE=1
150146 hatch run test:nowarn || hatch run test:nowarn --lf
151147
152148 make_sdist :
You can’t perform that action at this time.
0 commit comments