Skip to content

Commit

Permalink
Use base setup dependency type (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 22, 2022
1 parent 3a428da commit 08697b0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ jobs:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.8"
- uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
with:
only_create_file: 1
dependency_type: minimum
- name: Run the unit tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
Expand All @@ -106,10 +103,10 @@ jobs:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11"
dependency_type: pre
- name: Run the tests
run: |
PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
hatch run test:nowarn || hatch run test:nowarn --lf
make_sdist:
name: Make SDist
Expand Down

0 comments on commit 08697b0

Please sign in to comment.