Skip to content

Commit

Permalink
chore: retry pydantic-core x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored May 3, 2024
1 parent 87a4c7a commit cecc90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build with Pyodide
run: |
set -vxeuo pipefail
if [ ${{ matrix.command }} !== '' ]; then
if [ "${{ matrix.command }}" !== "" ]; then
${{ matrix.command }}
fi
git clone --depth 1 --branch ${{ matrix.version }} ${{ matrix.repo }}
Expand Down

0 comments on commit cecc90a

Please sign in to comment.