mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-18 06:51:45 +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
|
- name: Verify Python install dir does not exist
|
||||||
run: |
|
run: |
|
||||||
if [ -d ~/.local/share/uv/python ]; then
|
if [ -d ~/.local/share/uv/python ]; then
|
||||||
echo "Python install dir should exist"
|
echo "Python install dir should not exist"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Restore with cache
|
- name: Restore with cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue