ci; use check-latest: true for -dev pythons

When testing -dev python versions, we want to always use the latest.
This commit is contained in:
Ran Benita 2023-06-09 11:28:10 +03:00
parent 4059000834
commit 6b3ece5bdb
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
check-latest: ${{ endsWith(matrix.python, '-dev') }}
- name: Install dependencies
run: |