Skip to content

Commit

Permalink
Modify GH actions max JL version
Browse files Browse the repository at this point in the history
  • Loading branch information
GlobalMin committed Oct 22, 2023
1 parent f256564 commit 3e16665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 -c "from packaging.version import Version; from importlib.metadata import version as version_of; raise SystemExit(Version(version_of('jupyterlab')) > Version('4.0.7'))"
# python -m jupyterlab.browser_check
- name: Package the extension
Expand Down

0 comments on commit 3e16665

Please sign in to comment.