Skip to content

Commit 83c9acd

Browse files
ci: Allow unstable versions to fail
1 parent 3ec63ed commit 83c9acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-worker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
name: "${{ matrix.python-version }} on ${{ matrix.os }}"
2626
runs-on: "${{ matrix.os }}-latest"
2727

28+
continue-on-error: ${{ startsWith(matrix.python-version, '~') }} # Allows unstable Python versions to fail
29+
2830
strategy:
2931
fail-fast: false
3032
matrix:

0 commit comments

Comments
 (0)