Skip to content

Commit

Permalink
chore: retry pydantic-core
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored May 3, 2024
1 parent f2a7ec4 commit 87a4c7a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
# name: pymatgen
# package-name: pymatgen
# version: "v2024.4.13"
- repo: https://github.com/pydantic/pydantic/
name: pydantic
package-name: pydantic
version: "v2.7.1"
# - 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"
command: rustup install nightly


steps:
Expand Down Expand Up @@ -67,6 +68,9 @@ jobs:
- name: Build with Pyodide
run: |
set -vxeuo pipefail
if [ ${{ matrix.command }} !== '' ]; then
${{ matrix.command }}
fi
git clone --depth 1 --branch ${{ matrix.version }} ${{ matrix.repo }}
cd ${{ matrix.name }}
pyodide build
Expand Down

0 comments on commit 87a4c7a

Please sign in to comment.