Skip to content

Commit ba28b0a

Browse files
Copilotstrawgate
andauthored
Add Python 3.10 to Claude workflows (#152)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: strawgate <[email protected]>
1 parent fd19290 commit ba28b0a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/claude-on-mention.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 1
2929

30+
- name: Set up Python 3.10
31+
uses: actions/setup-python@v5
32+
with:
33+
python-version: '3.10'
34+
3035
# Install UV package manager
3136
- name: Install UV
3237
uses: astral-sh/setup-uv@v7

.github/workflows/claude-on-open-label.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424

25+
- name: Set up Python 3.10
26+
uses: actions/setup-python@v5
27+
with:
28+
python-version: '3.10'
29+
2530
# Install UV package manager
2631
- name: Install UV
2732
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)