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

uv 0.5.0 sh installer fail in github workflow #8928

Closed
andgineer opened this issue Nov 8, 2024 · 4 comments
Closed

uv 0.5.0 sh installer fail in github workflow #8928

andgineer opened this issue Nov 8, 2024 · 4 comments

Comments

@andgineer
Copy link

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

@my1e5
Copy link
Contributor

my1e5 commented Nov 8, 2024

Duplicate of #8917 and #8919

@zanieb
Copy link
Member

zanieb commented Nov 8, 2024

Is this still occurring?

@zanieb
Copy link
Member

zanieb commented Nov 8, 2024

The CI job looks ~7hrs ago when there was a brief disruption.

@zanieb zanieb closed this as completed Nov 8, 2024
@andgineer
Copy link
Author

now it works

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

No branches or pull requests

3 participants