Skip to content

Commit

Permalink
Clean up workflows (#6635)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 24, 2022
1 parent b508a7e commit 6297789
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
python -m jupyterlab.browser_check
- name: Codecov
run: |
pip install codecov coverage[toml]
codecov
test_docs:
name: Test Docs
runs-on: ubuntu-latest
Expand All @@ -74,10 +79,7 @@ jobs:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.7"
- 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 @@ -90,10 +92,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
install:
needs: [build]
Expand Down

0 comments on commit 6297789

Please sign in to comment.