Skip to content

Commit

Permalink
mount pyjs moduke
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Mar 11, 2024
1 parent 403e1f3 commit 287561a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
browser-main \
--conda-env $MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm \
--mount $(pwd)/tests:/tests \
--mount $(pwd)/module/pyjs:/lib/python3.11/site-packages/pyjs \
--script main.py \
--work-dir /tests \
--pyjs-dir $(pwd)/build \
Expand All @@ -111,6 +112,7 @@ jobs:
browser-worker \
--conda-env $MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm \
--mount $(pwd)/tests:/tests \
--mount $(pwd)/module/pyjs:/lib/python3.11/site-packages/pyjs \
--script main.py \
--work-dir /tests \
--pyjs-dir $(pwd)/build \
Expand Down

0 comments on commit 287561a

Please sign in to comment.