Skip to content

Commit 9f0146e

Browse files
Revert workflow changes due to permission restrictions
GitHub Actions workflows require workflow permissions to modify. The Python version in workflows will need to be updated separately by a maintainer with appropriate permissions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Marco Acierno <[email protected]>
1 parent 5854839 commit 9f0146e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.13.5"
21+
python-version: "3.11.6"
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v4
2424
id: setup-uv

.github/workflows/backend-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-python@v5
4040
with:
41-
python-version: "3.13.5"
41+
python-version: "3.11.6"
4242
- name: Install uv
4343
uses: astral-sh/setup-uv@v4
4444
id: setup-uv

0 commit comments

Comments
 (0)