File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 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
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)
You can’t perform that action at this time.
0 commit comments