Skip to content

Commit

Permalink
Allow pre-releases for setup actions with GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jul 22, 2023
1 parent a9ec4bd commit 428758a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Get pip cache dir
id: pip-cache
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Get pip cache dir
id: pip-cache
Expand Down Expand Up @@ -163,6 +165,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Get pip cache dir
id: pip-cache
Expand Down

0 comments on commit 428758a

Please sign in to comment.