Skip to content

Commit 6db7460

Browse files
authored
fix allow-prereleases sample configuration (#615)
1 parent 57ded4d commit 6db7460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/advanced-usage.md

+1
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ jobs:
594594
- uses: actions/setup-python@v4
595595
with:
596596
python-version: "${{ matrix.python_version }}"
597+
allow-prereleases: true
597598
- run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
598599
```
599600

0 commit comments

Comments
 (0)