Skip to content

Commit

Permalink
Add cdn urls to be able to build pyodide-lock.json (#7286)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 18, 2024
1 parent d4f7d68 commit 610d8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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"
]

0 comments on commit 610d8f8

Please sign in to comment.