| commit | 8a1ffe6277ed8a4edab40d70dfbfba8bbd25193a | [log] [tgz] |
|---|---|---|
| author | Alex Waygood <Alex.Waygood@Gmail.com> | Wed Jun 07 14:11:39 2023 +0100 |
| committer | GitHub <noreply@github.com> | Wed Jun 07 06:11:39 2023 -0700 |
| tree | e4958dd52122307825da2a8bbd5806879fec4c29 | |
| parent | 0363a6d51884017b8b1a77a0e38fe02327edeb14 [diff] |
Fix pydantic tests (#224)
diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index cde11c1..2e3ee2a 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml
@@ -54,7 +54,6 @@ uses: pdm-project/setup-pdm@v3 with: python-version: ${{ matrix.python-version }} - cache: true - name: Add local version of typing_extensions as a dependency run: pdm add ./typing-extensions-latest - name: Install pydantic test dependencies