-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add smoke test script in Python #11628
base: main
Are you sure you want to change the base?
Conversation
7462b1a
to
ef64649
Compare
ef64649
to
d7e29fc
Compare
Great it failed on aarch64 as desired! https://github.com/astral-sh/uv/actions/runs/13419135061/job/37487489440?pr=11628 |
@@ -0,0 +1,7 @@ | |||
# Note this is not a real shell-script, it's parsed by `smoke-test/__main__.py` and executed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably could just have a list of shell scripts here and actually run them with a shell, but just doing something that fulfills the current needs right now.
1c7a09f
to
6585fc1
Compare
I wanted to consolidate these anyway, and apparently it's a huge pain to make a Windows task fail early via GitHub's PowerShell setup so I implement this in Python instead.