Skip to content

Commit bd6f769

Browse files
committed
CI: Force python version into setup call
1 parent 68169b3 commit bd6f769

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v6
20+
21+
- name: Force Python Version (workaround)
22+
uses: actions/setup-python@v5
23+
with:
24+
python-version: "3.13"
25+
2026
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
2127
- name: Simple poetry build no package
2228
run: make build

0 commit comments

Comments
 (0)