Skip to content

Commit 88eee87

Browse files
committed
rm prerelease
1 parent a33e642 commit 88eee87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v5
5656
with:
57-
python-version: ${{ matrix.python-version }}
58-
allow-prereleases: true
57+
python-version: ${{ matrix.python-version }}
5958

6059
- name: Install Make and Git
6160
run: |

0 commit comments

Comments
 (0)