Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
This commit is contained in:
Merlin 2025-10-09 16:40:43 -04:00 committed by GitHub
parent c8d10d1a8e
commit 3087c3fcbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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