Skip to content

Commit

Permalink
Include release candidates when testing against newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Oct 4, 2022
1 parent d6d4443 commit cc1a474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
steps:
- name: "calculate versions according to NEP29"
id: nep29
uses: mstimberg/github-calc-nep29@v0.1.1
uses: mstimberg/github-calc-nep29@v0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
include-release-candidates: true

testing:
needs: [get_python_versions]
Expand Down

0 comments on commit cc1a474

Please sign in to comment.