Skip to content

Commit c3ad4b3

Browse files
committed
Get uv working hopefully
1 parent 0a634bf commit c3ad4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-github-models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
files=("chat.py" "spanish/chat.py")
4545
for file in "${files[@]}"; do
4646
echo "Testing $file..."
47-
uv python "$file" || exit 1
47+
python "$file" || exit 1
4848
done

0 commit comments

Comments
 (0)