Skip to content

Commit 1e51481

Browse files
pin uv to 0.7.22 in the GitHub Action (#8585)
Due to rstudio/reticulate#1811 we need to pin uv to a 0.7 version until reticulate is fixed ### QA Notes @:reticulate <!-- Positron team members: please add relevant e2e test tags, so the tests can be run when you open this pull request. - Instructions: https://github.com/posit-dev/positron/blob/main/test/e2e/README.md#pull-requests-and-test-tags - Available tags: https://github.com/posit-dev/positron/blob/main/test/e2e/infra/test-runner/test-tags.ts --> <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent b74dc34 commit 1e51481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/install-python/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ runs:
1818
with:
1919
python-version: '3.12.6'
2020

21+
# Pinning UV due to https://github.com/rstudio/reticulate/issues/1811
2122
- name: Install uv
2223
uses: astral-sh/setup-uv@v5
24+
with:
25+
version: "0.7.22"
2326

2427
- name: Install Python dependencies
2528
shell: bash

0 commit comments

Comments
 (0)