Skip to content

Commit

Permalink
add pytest_jupyter downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 7, 2024
1 parent 46ff764 commit 647aaa3
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,30 @@ jobs:
package_name: nbclient
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>

papermill:
# papermill:
# runs-on: ubuntu-latest
# timeout-minutes: 15
# steps:
# - uses: actions/checkout@v4
# - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
# - uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
# with:
# package_name: papermill

pytest_jupyter:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
- name: Checkout
uses: actions/checkout@v4

- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Run Test
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: papermill
package_name: pytest_jupyter
package_spec: pip install -e ".[test,client,server]"

nbconvert:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -132,7 +147,8 @@ jobs:
needs:
- ipykernel
- nbclient
- papermill
#- papermill
- pytest_jupyter
- nbconvert
- jupyter_server
- jupyter_kernel_test
Expand Down

0 comments on commit 647aaa3

Please sign in to comment.