We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67882c commit 9cfca0eCopy full SHA for 9cfca0e
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/[email protected]
21
with:
22
python-version: ${{ matrix.python-version }}
23
+ allow-prereleases: true
24
- name: Install dependencies
25
run: |
26
pip install --upgrade pip
0 commit comments