From 267b8b5457aed744049c4465060273df6ee2fa21 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Thu, 6 Jul 2023 13:06:38 +0200 Subject: [PATCH] re-adding emsdk --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb83fba..51a58cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: -c https://repo.mamba.pm/emscripten-forge \ -c https://repo.mamba.pm/conda-forge \ --yes \ - python pybind11 nlohmann_json pybind11_json numpy pytest bzip2 sqlite zlib libffi + python pybind11 nlohmann_json pybind11_json numpy pytest bzip2 sqlite zlib libffi exceptiongroup mkdir build @@ -91,7 +91,7 @@ jobs: -c https://repo.mamba.pm/emscripten-forge \ -c https://repo.mamba.pm/conda-forge \ --yes \ - python pytest numpy + python pytest numpy exceptiongroup - name: Test in browser-main @@ -130,7 +130,7 @@ jobs: -c https://repo.mamba.pm/emscripten-forge \ -c https://repo.mamba.pm/conda-forge \ --yes \ - python pytest + python pytest exceptiongroup - name: Test in browser-main-no-numpy run: |