Skip to content

Commit d5b332c

Browse files
authored
Merge pull request #110 from robots-from-jupyter/pin-jupyterlite
Pin jupyterlite
2 parents 55a0e8f + 24b627b commit d5b332c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rtd-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
issue_number: context.issue.number,
2121
owner: context.repo.owner,
2222
repo: context.repo.repo,
23-
body: `[![lite-badge](https://.rtfd.io/en/latest/_static/badge.svg)](https://robotkernel--${PR_NUMBER}.org.readthedocs.build/en/${PR_NUMBER}/_static/lab/index.html) :point_left: Try it on ReadTheDocs`
23+
body: `[![lite-badge](https://.rtfd.io/en/latest/_static/badge.svg)](https://robotkernel--${PR_NUMBER}.org.readthedocs.build/en/${PR_NUMBER}/_/lab/index.html) :point_left: Try it on ReadTheDocs`
2424
})

lite/jupyterlite-robotkernel/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
pkginfo
4545
jupyterlab-widgets
4646
jupyterlab-robotmode
47-
jupyterlite >=0.1.0b4
47+
jupyterlite[contents] ==0.1.0b4
4848

4949
[options.packages.find]
5050
where =

0 commit comments

Comments
 (0)