Skip to content
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

Closed
dpranke opened this issue Nov 11, 2024 · 1 comment · Fixed by #86
Closed

Figure out how to make GitHub CI work with uv #83

dpranke opened this issue Nov 11, 2024 · 1 comment · Fixed by #86

Comments

@dpranke
Copy link
Owner

dpranke commented Nov 11, 2024

The latest version of the //run script requires uv to do anything, and uv 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.

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`.
@dpranke
Copy link
Owner Author

dpranke commented Nov 11, 2024

Merged in GH-84 to temporarily fix things, but I'm going to leave this open until I have a proper fix that installs uv.

dpranke added a commit to dpranke-dev/pyjson5 that referenced this issue Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant