mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 10:44:28 +00:00
just force uninstall and reinstall like we do with linkml-runtime
This commit is contained in:
parent
8b22b2152e
commit
945cd9b77e
1 changed files with 6 additions and 0 deletions
6
.github/workflows/tests-linkml.yml
vendored
6
.github/workflows/tests-linkml.yml
vendored
|
@ -52,6 +52,12 @@ jobs:
|
||||||
working-directory: linkml
|
working-directory: linkml
|
||||||
run: poetry install --no-interaction -E tests
|
run: poetry install --no-interaction -E tests
|
||||||
|
|
||||||
|
- name: Force uninstall and reinstall
|
||||||
|
working-directory: linkml
|
||||||
|
run: |
|
||||||
|
poetry run pip uninstall numpydantic
|
||||||
|
poetry rin pip install -e ../numpydantic
|
||||||
|
|
||||||
- name: print numpydantic version and path
|
- name: print numpydantic version and path
|
||||||
working-directory: linkml
|
working-directory: linkml
|
||||||
run: poetry run python -c 'import numpydantic; from importlib.metadata import version; print(numpydantic.__file__); print(version("numpydantic"))'
|
run: poetry run python -c 'import numpydantic; from importlib.metadata import version; print(numpydantic.__file__); print(version("numpydantic"))'
|
||||||
|
|
Loading…
Reference in a new issue