We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fb94c commit 2946ce0Copy full SHA for 2946ce0
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,7 @@ jobs:
50
if: "!endsWith(matrix.python, '-dev')"
51
with:
52
python-version: ${{ matrix.python }}
53
+ allow-prereleases: true
54
cache: pip
55
cache-dependency-path: test-requirements.txt
56
- name: Setup python (dev)
0 commit comments