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

CI/CD pipelines on Github Actions are breaking #8919

Closed
vfilter opened this issue Nov 8, 2024 · 2 comments
Closed

CI/CD pipelines on Github Actions are breaking #8919

vfilter opened this issue Nov 8, 2024 · 2 comments

Comments

@vfilter
Copy link

vfilter commented Nov 8, 2024

All our pipelines on Github Actions just started breaking. We've been installing uv until now like this:

      - name: Set up uv
        run: curl -LsSf https://astral.sh/uv/install.sh | sh

Tried this but it also breaks:

      - name: Set up uv
        run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.5.0/uv-installer.sh | sh

Error is this:
image

@fraser-langton
Copy link

same as #8917

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.30/uv-installer.sh | sh works, but downgrading also has breaking changes to PATH 🥺

@zanieb
Copy link
Member

zanieb commented Nov 8, 2024

It should be fixed now. Please let me know if not.

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