Skip to content

Commit

Permalink
chore: attempt to build pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored May 3, 2024
1 parent 24ab71d commit 92277e5
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ jobs:
# - repo: https://github.com/kuelumbus/rdkit-pypi/
# name: rdkit-pypi
# version: "rdkit-pypi"
- repo: https://github.com/ssciwr/ipywidgets-jsonschema
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/ssciwr/ipywidgets-jsonschema
# 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/pydantic/pydantic/
name: pydantic
package-name: pydantic
version: "v2.7.1"


steps:
- name: Check out the repo
Expand Down

0 comments on commit 92277e5

Please sign in to comment.