From 87a4c7aad7b4933cc0fc7055158cded12585662d Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Thu, 2 May 2024 18:24:51 -0700 Subject: [PATCH] chore: retry pydantic-core --- .github/workflows/build.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ac8767..be23c4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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