Skip to content

Commit 08697b0

Browse files
authored
Use base setup dependency type (#1084)
1 parent 3a428da commit 08697b0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ jobs:
9090
- uses: actions/checkout@v3
9191
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9292
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
9794
- name: Run the unit tests
9895
run: |
9996
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -106,10 +103,10 @@ jobs:
106103
- uses: actions/checkout@v3
107104
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
108105
with:
109-
python_version: "3.11"
106+
dependency_type: pre
110107
- name: Run the tests
111108
run: |
112-
PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
109+
hatch run test:nowarn || hatch run test:nowarn --lf
113110
114111
make_sdist:
115112
name: Make SDist

0 commit comments

Comments
 (0)