Skip to content

Commit 6b3ece5

Browse files
committed
ci; use check-latest: true for -dev pythons
When testing -dev python versions, we want to always use the latest.
1 parent 4059000 commit 6b3ece5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
uses: actions/setup-python@v4
180180
with:
181181
python-version: ${{ matrix.python }}
182+
check-latest: ${{ endsWith(matrix.python, '-dev') }}
182183

183184
- name: Install dependencies
184185
run: |

0 commit comments

Comments
 (0)