Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 4778783

Browse files
committed
set python version
1 parent a0c68f0 commit 4778783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
17+
with:
18+
python-version: 3.12
1719
- uses: pre-commit/action@v3.0.0
1820
- name: Setup `packer`
1921
uses: hashicorp/setup-packer@main

0 commit comments

Comments
 (0)