mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-08 02:27:26 +00:00
Fix typo
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
This commit is contained in:
parent
c8d10d1a8e
commit
3087c3fcbe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue