Skip to content

Commit d04d020

Browse files
authored
Use base setup dependency type (#805)
1 parent d2bc579 commit d04d020

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)