mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 10:44:28 +00:00
auto-yes pip uninstall
This commit is contained in:
parent
945cd9b77e
commit
b19a11df8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-linkml.yml
vendored
2
.github/workflows/tests-linkml.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Force uninstall and reinstall
|
||||
working-directory: linkml
|
||||
run: |
|
||||
poetry run pip uninstall numpydantic
|
||||
poetry run pip uninstall -y numpydantic
|
||||
poetry rin pip install -e ../numpydantic
|
||||
|
||||
- name: print numpydantic version and path
|
||||
|
|
Loading…
Reference in a new issue