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

Fix GitHub CI #84

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Fix GitHub CI #84

merged 2 commits into from
Nov 11, 2024

Conversation

dpranke
Copy link
Owner

@dpranke dpranke commented Nov 11, 2024

uv isn't installed by default in the GitHub Ubuntu-latest environment, so we can't rely on it being already available
when running the //run script. For now, just change the script to not require uv when running the tests, but I need
to figure out how to get it installed.

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 dpranke merged commit 68b92fb into dpranke:main Nov 11, 2024
2 checks passed
dpranke added a commit to dpranke-dev/pyjson5 that referenced this pull request Nov 11, 2024
This should fix dprankeGH-84 properly by ensuring that `uv` is in the
environment.
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 this pull request may close these issues.

1 participant