Skip to content

Commit 747259c

Browse files
authored
Use base setup dependency type (#1029)
1 parent 1cf06b1 commit 747259c

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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:

0 commit comments

Comments
 (0)