Skip to content

Commit 25b6fea

Browse files
authored
Merge pull request #105 from roots/add-setup-python
πŸ’š Add setup-python
2 parents 6d49cc3 + 4210fbf commit 25b6fea

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

β€Žexamples/basic.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- uses: webfactory/[email protected]
2121
with:
2222
ssh-private-key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
23+
- uses: actions/setup-python@v5
24+
with:
25+
python-version: '3.12'
2326
- uses: roots/setup-trellis-cli@v1
2427
with:
2528
repo-token: ${{ secrets.GITHUB_TOKEN }}

β€Žexamples/multi-repo.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- uses: webfactory/[email protected]
3838
with:
3939
ssh-private-key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
40+
- uses: actions/setup-python@v5
41+
with:
42+
python-version: '3.12'
4043
- uses: roots/setup-trellis-cli@v1
4144
with:
4245
repo-token: ${{ secrets.GITHUB_TOKEN }}

β€Žexamples/sage.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- uses: webfactory/[email protected]
3030
with:
3131
ssh-private-key: ${{ secrets.TRELLIS_DEPLOY_SSH_PRIVATE_KEY }}
32+
- uses: actions/setup-python@v5
33+
with:
34+
python-version: '3.12'
3235
- uses: roots/setup-trellis-cli@v1
3336
with:
3437
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
Β (0)