Skip to content

Commit 1aa276b

Browse files
authored
Use base setup dependency type (#888)
1 parent 4d6d595 commit 1aa276b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ jobs:
9292
- uses: actions/checkout@v3
9393
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9494
with:
95-
python_version: "3.8"
96-
- uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
97-
with:
98-
only_create_file: 1
95+
dependency_type: minimum
9996
- name: Run the unit tests
10097
run: |
10198
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -107,9 +104,11 @@ jobs:
107104
steps:
108105
- uses: actions/checkout@v3
109106
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
107+
with:
108+
dependency_type: pre
110109
- name: Run the tests
111110
run: |
112-
PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
111+
hatch run test:nowarn || hatch run test:nowarn --lf
113112
114113
make_sdist:
115114
name: Make SDist

0 commit comments

Comments
 (0)