Skip to content

Commit 721004b

Browse files
authored
Update environment-wasm-build.yml from deploy-github-page.yml
1 parent 427170f commit 721004b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,20 @@ jobs:
2929

3030
- name: install mamba
3131
uses: mamba-org/setup-micromamba@main
32-
with:
33-
environment-file: environment-wasm-build.yml
34-
init-shell: bash
35-
environment-name: xeus-cpp-wasm-build
3632

3733
- name: Setup default Build Type on *nux
3834
if: ${{ runner.os != 'windows' }}
3935
run: |
4036
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
4137
4238
- name: Setup emsdk
43-
shell: bash -l {0}
4439
run: |
4540
cd $HOME
4641
git clone https://github.com/emscripten-core/emsdk.git
4742
cd emsdk
4843
./emsdk install ${{ matrix.emsdk_ver }}
4944
5045
- name: Build xeus-cpp
51-
shell: bash -l {0}
5246
run: |
5347
$HOME/emsdk/emsdk activate ${{matrix.emsdk_ver}}
5448
source $HOME/emsdk/emsdk_env.sh
@@ -72,7 +66,6 @@ jobs:
7266
emmake make -j ${{ env.ncpus }} install
7367
7468
- name: Jupyter Lite integration
75-
shell: bash -l {0}
7669
run: |
7770
micromamba create -n xeus-lite-host jupyterlite-core
7871
micromamba activate xeus-lite-host

0 commit comments

Comments
 (0)