Skip to content

Commit

Permalink
re-adding emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 6, 2023
1 parent db12083 commit 267b8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 267b8b5

Please sign in to comment.