Skip to content

Commit f4a9311

Browse files
y in uninstall
1 parent a887aec commit f4a9311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# make extra sure we're removing any old version of linkml-runtime that exists
6969
- name: uninstall potentially cached linkml-runtime
7070
working-directory: linkml
71-
run: poetry run pip uninstall linkml-runtime
71+
run: poetry run pip uninstall -y linkml-runtime
7272

7373
# we are not using linkml-runtime's lockfile, but simulating what will happen
7474
# when we merge this and update linkml's lockfile

0 commit comments

Comments
 (0)