Skip to content

Commit

Permalink
ci: re-enable browser check
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jan 12, 2024
1 parent b19895c commit bcb7ae2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-myst.*OK"
# Temporarily allow CI to pass
python -c "from packaging.version import Version; from importlib.metadata import version as version_of; raise SystemExit(Version(version_of('jupyterlab')) > Version('4.0.6'))"
# python -m jupyterlab.browser_check
python -m jupyterlab.browser_check
- name: Package the extension
run: |
Expand Down

0 comments on commit bcb7ae2

Please sign in to comment.