Skip to content

Commit 4f5fe0a

Browse files
committed
fix
1 parent 854dbf0 commit 4f5fe0a

12 files changed

+21
-21
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox
@@ -84,12 +84,12 @@ jobs:
8484
# ubuntu-20.04 is the last version that supported python3.6
8585
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
8686
os: [ubuntu-20.04]
87-
allow-prereleases: true
8887
steps:
8988
- uses: actions/[email protected]
9089
- uses: actions/setup-python@v5
9190
with:
9291
python-version: ${{ matrix.python-version }}
92+
allow-prereleases: true
9393
- name: Setup Test Env
9494
run: |
9595
pip install coverage tox

.github/workflows/test-integrations-aws-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
# ubuntu-20.04 is the last version that supported python3.6
6464
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
6565
os: [ubuntu-20.04]
66-
allow-prereleases: true
6766
needs: check-permissions
6867
steps:
6968
- uses: actions/[email protected]
@@ -72,6 +71,7 @@ jobs:
7271
- uses: actions/setup-python@v5
7372
with:
7473
python-version: ${{ matrix.python-version }}
74+
allow-prereleases: true
7575
- name: Setup Test Env
7676
run: |
7777
pip install coverage tox

.github/workflows/test-integrations-cloud-computing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox
@@ -80,12 +80,12 @@ jobs:
8080
# ubuntu-20.04 is the last version that supported python3.6
8181
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
8282
os: [ubuntu-20.04]
83-
allow-prereleases: true
8483
steps:
8584
- uses: actions/[email protected]
8685
- uses: actions/setup-python@v5
8786
with:
8887
python-version: ${{ matrix.python-version }}
88+
allow-prereleases: true
8989
- name: Setup Test Env
9090
run: |
9191
pip install coverage tox

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox

.github/workflows/test-integrations-data-processing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Start Redis
4141
uses: supercharge/[email protected]
4242
- name: Setup Test Env
@@ -90,12 +90,12 @@ jobs:
9090
# ubuntu-20.04 is the last version that supported python3.6
9191
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
9292
os: [ubuntu-20.04]
93-
allow-prereleases: true
9493
steps:
9594
- uses: actions/[email protected]
9695
- uses: actions/setup-python@v5
9796
with:
9897
python-version: ${{ matrix.python-version }}
98+
allow-prereleases: true
9999
- name: Start Redis
100100
uses: supercharge/[email protected]
101101
- name: Setup Test Env

.github/workflows/test-integrations-databases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
services:
3635
postgres:
3736
image: postgres
@@ -55,6 +54,7 @@ jobs:
5554
- uses: actions/setup-python@v5
5655
with:
5756
python-version: ${{ matrix.python-version }}
57+
allow-prereleases: true
5858
- uses: getsentry/action-clickhouse-in-ci@v1
5959
- name: Setup Test Env
6060
run: |
@@ -107,7 +107,6 @@ jobs:
107107
# ubuntu-20.04 is the last version that supported python3.6
108108
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
109109
os: [ubuntu-20.04]
110-
allow-prereleases: true
111110
services:
112111
postgres:
113112
image: postgres
@@ -131,6 +130,7 @@ jobs:
131130
- uses: actions/setup-python@v5
132131
with:
133132
python-version: ${{ matrix.python-version }}
133+
allow-prereleases: true
134134
- uses: getsentry/action-clickhouse-in-ci@v1
135135
- name: Setup Test Env
136136
run: |

.github/workflows/test-integrations-graphql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox
@@ -80,12 +80,12 @@ jobs:
8080
# ubuntu-20.04 is the last version that supported python3.6
8181
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
8282
os: [ubuntu-20.04]
83-
allow-prereleases: true
8483
steps:
8584
- uses: actions/[email protected]
8685
- uses: actions/setup-python@v5
8786
with:
8887
python-version: ${{ matrix.python-version }}
88+
allow-prereleases: true
8989
- name: Setup Test Env
9090
run: |
9191
pip install coverage tox

.github/workflows/test-integrations-miscellaneous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox
@@ -80,12 +80,12 @@ jobs:
8080
# ubuntu-20.04 is the last version that supported python3.6
8181
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
8282
os: [ubuntu-20.04]
83-
allow-prereleases: true
8483
steps:
8584
- uses: actions/[email protected]
8685
- uses: actions/setup-python@v5
8786
with:
8887
python-version: ${{ matrix.python-version }}
88+
allow-prereleases: true
8989
- name: Setup Test Env
9090
run: |
9191
pip install coverage tox

.github/workflows/test-integrations-networking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox
@@ -80,12 +80,12 @@ jobs:
8080
# ubuntu-20.04 is the last version that supported python3.6
8181
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
8282
os: [ubuntu-20.04]
83-
allow-prereleases: true
8483
steps:
8584
- uses: actions/[email protected]
8685
- uses: actions/setup-python@v5
8786
with:
8887
python-version: ${{ matrix.python-version }}
88+
allow-prereleases: true
8989
- name: Setup Test Env
9090
run: |
9191
pip install coverage tox

.github/workflows/test-integrations-web-frameworks-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
services:
3635
postgres:
3736
image: postgres
@@ -55,6 +54,7 @@ jobs:
5554
- uses: actions/setup-python@v5
5655
with:
5756
python-version: ${{ matrix.python-version }}
57+
allow-prereleases: true
5858
- name: Setup Test Env
5959
run: |
6060
pip install coverage tox
@@ -98,7 +98,6 @@ jobs:
9898
# ubuntu-20.04 is the last version that supported python3.6
9999
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
100100
os: [ubuntu-20.04]
101-
allow-prereleases: true
102101
services:
103102
postgres:
104103
image: postgres
@@ -122,6 +121,7 @@ jobs:
122121
- uses: actions/setup-python@v5
123122
with:
124123
python-version: ${{ matrix.python-version }}
124+
allow-prereleases: true
125125
- name: Setup Test Env
126126
run: |
127127
pip install coverage tox

.github/workflows/test-integrations-web-frameworks-2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
# ubuntu-20.04 is the last version that supported python3.6
3232
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3333
os: [ubuntu-20.04]
34-
allow-prereleases: true
3534
steps:
3635
- uses: actions/[email protected]
3736
- uses: actions/setup-python@v5
3837
with:
3938
python-version: ${{ matrix.python-version }}
39+
allow-prereleases: true
4040
- name: Setup Test Env
4141
run: |
4242
pip install coverage tox
@@ -100,12 +100,12 @@ jobs:
100100
# ubuntu-20.04 is the last version that supported python3.6
101101
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
102102
os: [ubuntu-20.04]
103-
allow-prereleases: true
104103
steps:
105104
- uses: actions/[email protected]
106105
- uses: actions/setup-python@v5
107106
with:
108107
python-version: ${{ matrix.python-version }}
108+
allow-prereleases: true
109109
- name: Setup Test Env
110110
run: |
111111
pip install coverage tox

scripts/split-tox-gh-actions/templates/test_group.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# ubuntu-20.04 is the last version that supported python3.6
1212
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
1313
os: [ubuntu-20.04]
14-
allow-prereleases: true
1514

1615
{% if needs_github_secrets %}
1716
needs: check-permissions
@@ -50,6 +49,7 @@
5049
- uses: actions/setup-python@v5
5150
with:
5251
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
52+
allow-prereleases: true
5353
{% if needs_clickhouse %}
5454
- uses: getsentry/action-clickhouse-in-ci@v1
5555
{% endif %}

0 commit comments

Comments
 (0)