Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b923740

Browse filesBrowse files
authored
fix(ci): setup uv in sync workflow (#1032)
1 parent 1a480de commit b923740
Copy full SHA for b923740

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/py313-sync-cpython.yml

Copy file name to clipboardExpand all lines: .github/workflows/py313-sync-cpython.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install Dependencies
3131
run: sudo apt-get install gettext
3232

33+
- name: Install uv
34+
uses: astral-sh/setup-uv@v5
35+
3336
- name: Sync with CPython
3437
run: make clone && make merge && make rm_cpython
3538

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.