diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a598218..4270a427 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -357,6 +357,7 @@ jobs: echo "Running test_xeus_cpp in Google Chrome" python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html sudo safaridriver --enable + python -m ensurepip python -m pip install selenium echo "Running test_xeus_cpp in Safari" python ${{ env.BUILD_PREFIX }}/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html & diff --git a/environment-dev.yml b/environment-dev.yml index bc177ed1..c8df9c08 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -13,7 +13,7 @@ dependencies: - xeus-zmq - nlohmann_json - nlohmann_json-abi - - CppInterOp>=1.9 + - cppinterop>=1.9 - pugixml - cpp-argparse - sel(unix): llvm-openmp=21 diff --git a/environment-wasm-host.yml b/environment-wasm-host.yml index a9cf12a7..19dff644 100644 --- a/environment-wasm-host.yml +++ b/environment-wasm-host.yml @@ -7,7 +7,7 @@ dependencies: - nlohmann_json-abi - xeus-lite - xeus - - CppInterOp>=1.9 + - cppinterop>=1.9 - cpp-argparse - pugixml - doctest