Skip to content

Commit

Permalink
uses: chia-network/actions/setup-python@main
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jul 9, 2022
1 parent 5cc243c commit 0b57955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0
# we need fetch-depth 0 so setuptools_scm can resolve tags
- name: Setup python
uses: actions/setup-python@v2
uses: chia-network/actions/setup-python@main
with:
python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python-version) }}
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0b57955

Please sign in to comment.