Skip to content

Commit a0f4121

Browse files
committed
remove setup-python allow-prereleases: true
1 parent f3ea5b6 commit a0f4121

File tree

10 files changed

+0
-14
lines changed

10 files changed

+0
-14
lines changed

.github/workflows/build-tarball.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
51-
allow-prereleases: true
5251
- name: Environment Information
5352
run: npx envinfo
5453
- name: Make tarball
@@ -80,7 +79,6 @@ jobs:
8079
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
8180
with:
8281
python-version: ${{ env.PYTHON_VERSION }}
83-
allow-prereleases: true
8482
- name: Set up sccache
8583
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
8684
with:

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
58-
allow-prereleases: true
5958
- name: Set up sccache
6059
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6160
with:

.github/workflows/coverage-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
58-
allow-prereleases: true
5958
- name: Set up sccache
6059
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
6160
with:

.github/workflows/coverage-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
55-
allow-prereleases: true
5655
- name: Install deps
5756
run: choco install nasm
5857
- name: Environment Information

.github/workflows/daily-wpt-fyi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4343
with:
4444
python-version: ${{ env.PYTHON_VERSION }}
45-
allow-prereleases: true
4645
- name: Environment Information
4746
run: npx envinfo
4847

.github/workflows/linters.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
50-
allow-prereleases: true
5150
- name: Environment Information
5251
run: npx envinfo
5352
- name: Lint C/C++ files
@@ -68,7 +67,6 @@ jobs:
6867
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6968
with:
7069
python-version: ${{ env.PYTHON_VERSION }}
71-
allow-prereleases: true
7270
- name: Environment Information
7371
run: npx envinfo
7472
- name: Format C/C++ files
@@ -151,7 +149,6 @@ jobs:
151149
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
152150
with:
153151
python-version: ${{ env.PYTHON_VERSION }}
154-
allow-prereleases: true
155152
- name: Environment Information
156153
run: npx envinfo
157154
- name: Lint Python
@@ -169,7 +166,6 @@ jobs:
169166
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
170167
with:
171168
python-version: ${{ env.PYTHON_VERSION }}
172-
allow-prereleases: true
173169
- name: Environment Information
174170
run: npx envinfo
175171
- name: Lint YAML

.github/workflows/test-internet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
55-
allow-prereleases: true
5655
- name: Set up sccache
5756
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5857
with:

.github/workflows/test-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
56-
allow-prereleases: true
5756
- name: Set up sccache
5857
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5958
with:

.github/workflows/test-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
60-
allow-prereleases: true
6160
- name: Set up Xcode ${{ env.XCODE_VERSION }}
6261
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
6362
- name: Set up sccache

.github/workflows/tools.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ jobs:
291291
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
292292
with:
293293
python-version: ${{ env.PYTHON_VERSION }}
294-
allow-prereleases: true
295294
- run: ${{ matrix.run }}
296295
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
297296
env:

0 commit comments

Comments
 (0)