Skip to content

Commit

Permalink
Install micromamba for ui-tests deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Nov 7, 2024
1 parent fa38ba0 commit 40a4db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
set -eux
python -m pip install --pre "jupyterlite-core>=0.4,<0.5" "jupyterlab>=4,<5" jupyterlite_terminal*.whl
- name: Micromamba needed for cockle_wasm_env
uses: mamba-org/setup-micromamba@main

- name: Install dependencies
working-directory: ui-tests
env:
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"buildCommand": "cd deploy.sh && bash ./deploy.sh",
"buildCommand": "cd deploy && bash ./deploy.sh",
"outputDirectory": "deploy/dist",
"headers": [
{
Expand Down

0 comments on commit 40a4db2

Please sign in to comment.