Skip to content

Commit 1236012

Browse files
authored
Fix allow-prereleases setting
1 parent 725d973 commit 1236012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
12-
allow-prereleases: true
1312
steps:
1413
- uses: actions/checkout@v5
1514
- name: Set up Python ${{ matrix.python-version }}
1615
uses: actions/setup-python@v5
1716
with:
1817
python-version: ${{ matrix.python-version }}
18+
allow-prereleases: true
1919
- name: Install package and pytest
2020
run: |
2121
pip install -U .

0 commit comments

Comments
 (0)