Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 6, 2023
1 parent 47852f4 commit afbd1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
run: |
micromamba activate pyjs-wasm
python -m pip install git+https://github.com/emscripten-forge/empack@rootpack --no-deps --ignore-installed
python -m pip install git+https://github.com/DerThorsten/pyjs-code-runner@relocate_env --no-deps --ignore-installed
emsdk activate ${{matrix.emsdk_ver}}
source $CONDA_EMSDK_DIR/emsdk_env.sh
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- yarn
- click
- emsdk >=3.1.11
- empack >=1.1.0
- empack >=3.0.1
- microsoft::playwright
- ninja
- nodejs >= 18.7.0
- pyjs_code_runner == 1.1.0
- pyjs_code_runner >= 2.0.1

0 comments on commit afbd1ff

Please sign in to comment.