We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.5.0 version fails to install in github workflow
curl -LsSf https://astral.sh/uv/install.sh | sh
downloading uv 0.5.0 x86_64-unknown-linux-gnu sh: 1027: _force_install_dir: parameter not set Error: Process completed with exit code 2.
version 0.4.30 installs ok
curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh downloading uv 0.4.30 x86_64-unknown-linux-gnu installing to /home/runner/.cargo/bin uv uvx everything's installed!
in both cases github runner
Ubuntu 22.0 LTS
The text was updated successfully, but these errors were encountered:
Duplicate of #8917 and #8919
Sorry, something went wrong.
Is this still occurring?
The CI job looks ~7hrs ago when there was a brief disruption.
now it works
No branches or pull requests
0.5.0 version fails to install in github workflow
curl -LsSf https://astral.sh/uv/install.sh | sh
downloading uv 0.5.0 x86_64-unknown-linux-gnu
sh: 1027: _force_install_dir: parameter not set
Error: Process completed with exit code 2.
version 0.4.30 installs ok
curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh
downloading uv 0.4.30 x86_64-unknown-linux-gnu
installing to /home/runner/.cargo/bin
uv
uvx
everything's installed!
in both cases github runner
Ubuntu
22.0
LTS
The text was updated successfully, but these errors were encountered: