Skip to content

Commit b63fcf1

Browse files
Use allow-prereleases: true
1 parent d31ad7e commit b63fcf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ jobs:
6969
- name: Setup Python ${{ matrix.python-version }}
7070
uses: actions/[email protected]
7171
with:
72-
python-version: ${{ matrix.python-version }}${{ matrix.experimental && '-dev' || '' }}
72+
python-version: ${{ matrix.python-version }}
7373
architecture: x64
7474
cache: 'pip'
7575
cache-dependency-path: 'poetry.lock'
76+
allow-prereleases: true
7677

7778
- name: Upgrade pip
7879
env:

0 commit comments

Comments
 (0)