Skip to content

Commit bd6f2d0

Browse files
committed
Do we need a system python maybe
1 parent 4ab4557 commit bd6f2d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
submodules: true
2020

21-
# - uses: actions/setup-python@v5
22-
# with:
23-
# python-version: "3.11"
21+
- uses: actions/setup-python@v5
22+
with:
23+
python-version: "3.11"
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v3

0 commit comments

Comments
 (0)