From f4a9311710f0c2d57683b6e12ea1bc05f68f1d0e Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 10 Feb 2025 13:47:45 -0800 Subject: [PATCH] y in uninstall --- .github/workflows/test-upstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-upstream.yaml b/.github/workflows/test-upstream.yaml index cc6e7b52..33824e10 100644 --- a/.github/workflows/test-upstream.yaml +++ b/.github/workflows/test-upstream.yaml @@ -68,7 +68,7 @@ jobs: # make extra sure we're removing any old version of linkml-runtime that exists - name: uninstall potentially cached linkml-runtime working-directory: linkml - run: poetry run pip uninstall linkml-runtime + run: poetry run pip uninstall -y linkml-runtime # we are not using linkml-runtime's lockfile, but simulating what will happen # when we merge this and update linkml's lockfile