Skip to content

fix: pasting outside of cells doing nothing #526

fix: pasting outside of cells doing nothing

fix: pasting outside of cells doing nothing #526

Workflow file for this run

name: Test Downstream
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
downstream:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- 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"