Skip to content

Commit 0cf5c12

Browse files
upstream dropped support for pydantic 1
1 parent 6109b42 commit 0cf5c12

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,9 @@ jobs:
1111
matrix:
1212
os: [ ubuntu-latest, windows-latest ]
1313
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
14-
pydantic-version: [ "1", "2" ]
1514
exclude:
1615
- os: windows-latest
1716
python-version: "3.8"
18-
- os: windows-latest
19-
pydantic-version: "1"
20-
- python-version: "3.8"
21-
pydantic-version: "1"
22-
- python-version: "3.9"
23-
pydantic-version: "1"
24-
- python-version: "3.10"
25-
pydantic-version: "1"
2617
runs-on: ${{ matrix.os }}
2718
env:
2819
POETRY_VIRTUALENVS_IN_PROJECT: true
@@ -81,11 +72,6 @@ jobs:
8172
working-directory: linkml
8273
run: poetry add ../linkml-runtime
8374

84-
# use correct pydantic version
85-
- name: install pydantic
86-
working-directory: linkml
87-
run: poetry add pydantic@^${{ matrix.pydantic-version }}
88-
8975
# note that we run the installation step always, even if we restore a venv,
9076
# the cache will restore the old version of linkml-runtime, but the lockfile
9177
# will only store the directory dependency (and thus will reinstall it)

0 commit comments

Comments
 (0)