Skip to content

Commit

Permalink
Update pydantic-core to 2.10.1 (#7633)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Sep 26, 2023
1 parent 94753bf commit ad4ac44
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 145 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -201,6 +201,11 @@ jobs:
env:
TEST_PLUGIN: 1

# uninstalling is necessary to avoid creating a pdm cache shared with other jobs
# which includes the plugin
- name: uninstall example plugin
run: pdm remove ./tests/plugin

test-mypy:
name: mypy ${{ matrix.mypy-version }} / ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad4ac44

Please sign in to comment.