Skip to content

Commit

Permalink
use python 3.10 for hw vdf build (#232)
Browse files Browse the repository at this point in the history
* use python 3.10 for hw vdf build

* quotes
  • Loading branch information
altendky authored Feb 4, 2025
1 parent 87f6647 commit 8874d9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
fetch-depth: 0

- uses: Chia-Network/actions/setup-python@main
name: Install Python
with:
python-version: "3.10"

- name: Set Env
uses: Chia-Network/actions/setjobenv@main
env:
Expand Down

0 comments on commit 8874d9d

Please sign in to comment.