Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cdn urls to be able to build pyodide-lock.json #7286

Merged
merged 4 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ jobs:
id: install
- name: Build pyodide wheels
run: pixi run -e test-ui "python ./scripts/build_pyodide_wheels.py"
- name: Set environment variables for macOS
if: contains(matrix.os, 'macos')
run: |
pixi shell-hook -e test-ui >> $HOME/.bashrc
- name: Launch JupyterLab
shell: pixi run -e test-ui bash -el {0}
run: |
Expand Down
4 changes: 2 additions & 2 deletions scripts/jupyterlite/extra_packages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"panel",
"bokeh",
"https://cdn.holoviz.org/panel/1.5.0/dist/wheels/panel-1.5.0-py3-none-any.whl",
"https://cdn.holoviz.org/panel/1.5.0/dist/wheels/bokeh-3.5.2-py3-none-any.whl",
"pyodide-http"
]
Loading