Skip to content

Commit

Permalink
Get mac os CI up and running again (#7282)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 15, 2024
1 parent 19025e1 commit 816fcd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ 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

0 comments on commit 816fcd9

Please sign in to comment.