Skip to content

Commit

Permalink
Fix browser check
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 4, 2022
1 parent 3c6d007 commit 7b46804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
jupyter labextension list 2>&1 | grep -ie "myextension.*OK"
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "myextension.*OK"
python -m jupyterlab.browser_check --no-chrome-test
python -m jupyterlab.browser_check
theme:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.python_name}}/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
{% endif %}
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "{{ cookiecutter.labextension_name }}.*OK"
python -m jupyterlab.browser_check --no-chrome-test
python -m jupyterlab.browser_check
{% if cookiecutter.test.lower().startswith('y') %}
integration-tests:
name: Integration tests
Expand Down

0 comments on commit 7b46804

Please sign in to comment.