auto-yes pip uninstall

This commit is contained in:
sneakers-the-rat 2024-09-25 17:23:45 -07:00
parent 945cd9b77e
commit b19a11df8a
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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