We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379e9e4 commit 94b6714Copy full SHA for 94b6714
.github/workflows/ci.yml
@@ -1063,7 +1063,7 @@ jobs:
1063
timeout-minutes: 30
1064
1065
emscripten_wasm:
1066
- needs: [cppinterop_and_cppyy_build]
+ needs: [build_cache]
1067
name: ${{ matrix.name }}
1068
runs-on: ${{ matrix.os }}
1069
strategy:
environment-wasm.yml
@@ -4,8 +4,8 @@ channels:
4
dependencies:
5
- zlib
6
- nlohmann_json
7
- - xeus-lite
+ - xeus-lite <2.0
8
- xeus >=3.0.5,<4.0
9
- xtl >=0.7,<0.8
10
- cpp-argparse
11
- - pugixml
+ - pugixml
0 commit comments