Skip to content

Commit f626746

Browse files
committed
feat: allow pre-release for "setup-python" action
1 parent fd04341 commit f626746

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{matrix.python-version}}
3131
cache: 'poetry'
32+
allow-prereleases: true
3233
- name: "Install dependencies"
3334
run: make install
3435
- name: "Run flake8"
@@ -55,6 +56,7 @@ jobs:
5556
with:
5657
python-version: ${{matrix.python-version}}
5758
cache: "poetry"
59+
allow-prereleases: true
5860
- name: "Install dependencies"
5961
run: make install
6062
- name: "Run pytest"

0 commit comments

Comments
 (0)