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 uv version implementation #9

Closed
yezz123 opened this issue Feb 23, 2024 · 0 comments
Closed

🐛 fix uv version implementation #9

yezz123 opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yezz123
Copy link
Owner

yezz123 commented Feb 23, 2024

currently, if we try to install a specific version of uv we implement it like this:

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: "3.11"
  - uses: yezz123/setup-uv@v1
    with:
      uv-version: "0.1.5"
  - run: uv --version

but as I noticed it installed the default version which is the latest one, i should investigate this here:

https://github.com/yezz123/setup-uv/blob/main/src/inputs.ts#L27-L44

Screenshot

Check here: https://github.com/yezz123/authx/actions/runs/7990744469/job/21820221268?pr=546

@yezz123 yezz123 added the bug Something isn't working label Feb 23, 2024
@yezz123 yezz123 self-assigned this Feb 23, 2024
@yezz123 yezz123 closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant