diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 26930feb8..8f904f0e9 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -20,12 +20,18 @@ jobs: with: python-version: 3.8 + - name: Set up Node + uses: actions/setup-node@v1 + with: + node-version: "12.x" + - name: Install dependencies run: | pip install --upgrade pip pip install "." pip install --pre --upgrade jupyterlab[test] pip freeze + - name: Run tests run: | - python -m jupyterlab.browser_check --no-browser-test + python -m jupyterlab.browser_check