We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a887aec commit f4a9311Copy full SHA for f4a9311
.github/workflows/test-upstream.yaml
@@ -68,7 +68,7 @@ jobs:
68
# make extra sure we're removing any old version of linkml-runtime that exists
69
- name: uninstall potentially cached linkml-runtime
70
working-directory: linkml
71
- run: poetry run pip uninstall linkml-runtime
+ run: poetry run pip uninstall -y linkml-runtime
72
73
# we are not using linkml-runtime's lockfile, but simulating what will happen
74
# when we merge this and update linkml's lockfile
0 commit comments