Skip to content

Commit

Permalink
force pydantic < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jul 11, 2023
1 parent 66c003b commit 0608088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
python-version: "3.11.2"
- run: |
pip install pyodide-build==${PYODIDE_VERSION}
pip install pyodide-build==${PYODIDE_VERSION} "pydantic<2"
pyodide config get emscripten_version # trigger setup
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
- uses: mymindstorm/setup-emsdk@v12
Expand Down

0 comments on commit 0608088

Please sign in to comment.