We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29222a6 commit 9917204Copy full SHA for 9917204
1 file changed
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
AUTO_UV_DISABLE: "1"
64
65
- name: Verify installation
66
- run: python -c "import auto_uv; print('✅ auto-uv imported successfully')"
+ run: python -c "import auto_uv; print('auto-uv imported successfully')"
67
env:
68
69
0 commit comments