Skip to content

Commit

Permalink
Use base setup dependency type (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 22, 2022
1 parent 4d6d595 commit 1aa276b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,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 @@ -107,9 +104,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
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 1aa276b

Please sign in to comment.