Skip to content

Commit

Permalink
chore: try building spglib 2.5.0 with emscripten 3.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Dec 28, 2024
1 parent 32a89fe commit 25148fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- repo: https://github.com/materialsproject/pymatgen/
name: pymatgen
package-name: pymatgen
version: "v2024.11.13"
version: "v2024.10.22"
command: whoami
# - repo: https://github.com/pydantic/pydantic/
# name: pydantic
Expand Down Expand Up @@ -64,8 +64,10 @@ jobs:
run: |
set -vxeuo pipefail
# See https://github.com/jupyterlite/pyodide-kernel for compatibility matrix
pip install pyodide-build==0.25.1
export EMSCRIPTEN_VERSION="3.1.46"
pip install pyodide-build==0.24.1
export EMSCRIPTEN_VERSION="3.1.45"
# pip install pyodide-build==0.25.1
# export EMSCRIPTEN_VERSION="3.1.46"
# 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 25148fb

Please sign in to comment.