Skip to content

Commit

Permalink
fix allow-prereleases sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 18, 2023
1 parent 3faddef commit 9c9a9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/advanced-usage.md
Expand Up @@ -594,6 +594,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python_version }}"
allow-prereleases: true
- run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
```

0 comments on commit 9c9a9f1

Please sign in to comment.