From 3087c3fcbe21e234fbd6b57165d5b8ec670d9ae3 Mon Sep 17 00:00:00 2001 From: Merlin <158784988+merlinz01@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:40:43 -0400 Subject: [PATCH] Fix typo Co-authored-by: Kevin Stillhammer --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6ee869..3264ed7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -866,7 +866,7 @@ jobs: - name: Verify Python install dir does not exist run: | if [ -d ~/.local/share/uv/python ]; then - echo "Python install dir should exist" + echo "Python install dir should not exist" exit 1 fi - name: Restore with cache