Skip to content

Commit 82f9064

Browse files
jjerphanmcbarton
andauthored
Fix environment files to be compatile with micromamba 2.6.0 (#483)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: mcbarton <matthew.c.barton@hotmail.co.uk>
1 parent d94d226 commit 82f9064

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ jobs:
357357
echo "Running test_xeus_cpp in Google Chrome"
358358
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html
359359
sudo safaridriver --enable
360+
python -m ensurepip
360361
python -m pip install selenium
361362
echo "Running test_xeus_cpp in Safari"
362363
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- xeus-zmq
1414
- nlohmann_json
1515
- nlohmann_json-abi
16-
- CppInterOp>=1.9
16+
- cppinterop>=1.9
1717
- pugixml
1818
- cpp-argparse
1919
- sel(unix): llvm-openmp=21

environment-wasm-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- nlohmann_json-abi
88
- xeus-lite
99
- xeus
10-
- CppInterOp>=1.9
10+
- cppinterop>=1.9
1111
- cpp-argparse
1212
- pugixml
1313
- doctest

0 commit comments

Comments
 (0)