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:
parent
4059000834
commit
6b3ece5bdb
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue