We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a634bf commit c3ad4b3Copy full SHA for c3ad4b3
.github/workflows/test-github-models.yaml
@@ -44,5 +44,5 @@ jobs:
44
files=("chat.py" "spanish/chat.py")
45
for file in "${files[@]}"; do
46
echo "Testing $file..."
47
- uv python "$file" || exit 1
+ python "$file" || exit 1
48
done
0 commit comments