Skip to content

Commit 1b1b547

Browse files
authored
Remove environment-wasm-build.yml
1 parent a9ff145 commit 1b1b547

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,15 @@ jobs:
187187
- name: ubu24
188188
os: ubuntu-24.04
189189
emsdk_ver: "3.1.45"
190-
micromamba_shell_init: bash
191190
- name: osx13-x86
192191
os: macos-13
193192
emsdk_ver: "3.1.45"
194-
micromamba_shell_init: bash
195193
- name: osx14-arm
196194
os: macos-14
197195
emsdk_ver: "3.1.45"
198-
micromamba_shell_init: bash
199196
- name: osx15-arm
200197
os: macos-15
201198
emsdk_ver: "3.1.45"
202-
micromamba_shell_init: bash
203199

204200
steps:
205201
- uses: actions/checkout@v4
@@ -208,11 +204,6 @@ jobs:
208204

209205
- name: install mamba
210206
uses: mamba-org/setup-micromamba@main
211-
with:
212-
environment-file: environment-wasm-build.yml
213-
init-shell: >-
214-
${{ matrix.micromamba_shell_init }}
215-
environment-name: xeus-cpp-wasm-build
216207

217208
- name: Setup default Build Type on *nux
218209
if: ${{ runner.os != 'windows' }}
@@ -231,15 +222,13 @@ jobs:
231222
echo "ncpus=$env:ncpus" >> $env:GITHUB_ENV
232223
233224
- name: Setup emsdk
234-
shell: bash -l {0}
235225
run: |
236226
cd $HOME
237227
git clone https://github.com/emscripten-core/emsdk.git
238228
cd emsdk
239229
./emsdk install ${{ matrix.emsdk_ver }}
240230
241231
- name: Build xeus-cpp
242-
shell: bash -l {0}
243232
run: |
244233
$HOME/emsdk/emsdk activate ${{matrix.emsdk_ver}}
245234
source $HOME/emsdk/emsdk_env.sh
@@ -263,7 +252,6 @@ jobs:
263252
emmake make -j ${{ env.ncpus }} install
264253
265254
- name: Jupyter Lite integration
266-
shell: bash -l {0}
267255
run: |
268256
micromamba create -n xeus-lite-host jupyterlite-core
269257
micromamba activate xeus-lite-host

environment-wasm-build.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)