Skip to content

Commit

Permalink
ci: skip downstream test of jupyterlab_server
Browse files Browse the repository at this point in the history
As suggested by @blink1073
#274 (comment)
  • Loading branch information
maartenbreddels committed Apr 26, 2024
1 parent a145db3 commit fbd2b1e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Test jupyterlab_server
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: jupyterlab_server

- name: Test jupyterlab
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: jupyterlab
package_spec: "\".[test]\""
test_command: "python -m jupyterlab.browser_check --no-browser-test"

0 comments on commit fbd2b1e

Please sign in to comment.