-
Notifications
You must be signed in to change notification settings - Fork 30
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
Figure out how to make GitHub CI work with uv
#83
Comments
dpranke
added a commit
to dpranke-dev/pyjson5
that referenced
this issue
Nov 11, 2024
dprankeGH-83 `uv` isn't installed by default in the GitHub Ubuntu-latest environment, so we can't use it when running tests. We need to figure out how to get it installed, but for now we'll just change the script to run tests w/o `uv`.
dpranke
added a commit
that referenced
this issue
Nov 11, 2024
GH-83 `uv` isn't installed by default in the GitHub Ubuntu-latest environment, so we can't use it when running tests. We need to figure out how to get it installed, but for now we'll just change the script to run tests w/o `uv`.
Merged in GH-84 to temporarily fix things, but I'm going to leave this open until I have a proper fix that installs |
dpranke
added a commit
to dpranke-dev/pyjson5
that referenced
this issue
Nov 11, 2024
This should properly fix dprankeGH-83.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version of the
//run
script requiresuv
to do anything, anduv
isn't installed by default on GitHub's Ubuntu-latest environment. So, we either need to figure out how to get it installed, or make./run tests
work without it.The text was updated successfully, but these errors were encountered: