We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a480de commit b923740Copy full SHA for b923740
1 file changed
.github/workflows/py313-sync-cpython.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Install Dependencies
31
run: sudo apt-get install gettext
32
33
+ - name: Install uv
34
+ uses: astral-sh/setup-uv@v5
35
+
36
- name: Sync with CPython
37
run: make clone && make merge && make rm_cpython
38
0 commit comments