diff --git a/.github/workflows/step_tests-conda.yml b/.github/workflows/step_tests-conda.yml index ebddbd23..ca784609 100644 --- a/.github/workflows/step_tests-conda.yml +++ b/.github/workflows/step_tests-conda.yml @@ -66,8 +66,7 @@ jobs: jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupyterlab-jupytext.*OK" - # Commented out on Dec 15, 2024, until we can fix that test - # python -m jupyterlab.browser_check + python -m jupyterlab.browser_check - name: Upload coverage uses: codecov/codecov-action@v3 diff --git a/.github/workflows/step_tests-pip.yml b/.github/workflows/step_tests-pip.yml index 4bc7c9a1..34b25dee 100644 --- a/.github/workflows/step_tests-pip.yml +++ b/.github/workflows/step_tests-pip.yml @@ -105,8 +105,7 @@ jobs: jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupyterlab-jupytext.*OK" - # Commented out on Dec 15, 2024, until we can fix that test - # python -m jupyterlab.browser_check + python -m jupyterlab.browser_check - name: Upload coverage uses: codecov/codecov-action@v3