Skip to content

Commit 68eec59

Browse files
committed
Allow Python prereleases in CI testing
1 parent 1edbabb commit 68eec59

7 files changed

+7
-0
lines changed

.github/workflows/first_startup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
43+
allow-prereleases: true
4344
- name: Get full Python version
4445
id: full-python-version
4546
shell: bash

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
35+
allow-prereleases: true
3536
- name: Get full Python version
3637
id: full-python-version
3738
shell: bash

.github/workflows/lint_openapi_schema.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
31+
allow-prereleases: true
3132
- uses: actions/setup-node@v4
3233
with:
3334
node-version: '18.12.1'

.github/workflows/reports_startup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ matrix.python-version }}
38+
allow-prereleases: true
3839
- name: Get full Python version
3940
id: full-python-version
4041
shell: bash

.github/workflows/test_galaxy_packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34+
allow-prereleases: true
3435
- name: Cache pip dir
3536
uses: actions/cache@v4
3637
with:

.github/workflows/toolshed.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
48+
allow-prereleases: true
4849
- name: Get full Python version
4950
id: full-python-version
5051
shell: bash

.github/workflows/unit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
31+
allow-prereleases: true
3132
- uses: actions/setup-node@v4
3233
with:
3334
node-version: '18.12.1'

0 commit comments

Comments
 (0)