Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Dec 24, 2024
1 parent 3fa683e commit cc4d5c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
- name: Set up env vars for Emscripten
run: |
set -vxeuo pipefail
pip install pyodide-build>=0.25.0
export EMSCRIPTEN_VERSION="3.1.45"
# export EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version)
pip install pyodide-build==0.24.0
# Currently deployed version for jupyterlite.mat3ra.com
# export EMSCRIPTEN_VERSION="3.1.45"
export EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version)
echo EMSCRIPTEN_VERSION=${EMSCRIPTEN_VERSION} >> $GITHUB_ENV
echo "EMSCRIPTEN_VERSION is $EMSCRIPTEN_VERSION"
Expand Down

0 comments on commit cc4d5c5

Please sign in to comment.