Skip to content

Commit

Permalink
chore: update build.yml - pymatgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Jul 29, 2024
1 parent 2131e25 commit e67105b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
# name: ipywidgets-jsonschema
# package-name: ipywidgets_jsonschema
# version: "v1.1.0"
# - repo: https://github.com/materialsproject/pymatgen/
# name: pymatgen
# package-name: pymatgen
# version: "v2024.4.13"
- repo: https://github.com/materialsproject/pymatgen/
name: pymatgen
package-name: pymatgen
version: "v2024.7.18"
# - repo: https://github.com/pydantic/pydantic/
# name: pydantic
# package-name: pydantic
# version: "v2.7.1"
- repo: https://github.com/pydantic/pydantic-core/
name: pydantic-core
package-name: pydantic_core
version: "v2.18.2"
# https://stackoverflow.com/questions/48675235/error-the-option-z-is-only-accepted-on-the-nightly-compiler
# https://stackoverflow.com/questions/56389460/compilation-error-cant-find-crate-for-core
command: rustup install nightly && rustup default nightly && rustup target add wasm32-unknown-emscripten
# - repo: https://github.com/pydantic/pydantic-core/
# name: pydantic-core
# package-name: pydantic_core
# version: "v2.18.2"
# # https://stackoverflow.com/questions/48675235/error-the-option-z-is-only-accepted-on-the-nightly-compiler
# # https://stackoverflow.com/questions/56389460/compilation-error-cant-find-crate-for-core
# command: rustup install nightly && rustup default nightly && rustup target add wasm32-unknown-emscripten


steps:
Expand Down

0 comments on commit e67105b

Please sign in to comment.