Skip to content

Commit df1ef64

Browse files
committed
mark ubuntu-24.04-arm CI runners as experimental
1 parent fb76993 commit df1ef64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
test:
4242
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
4343
runs-on: ${{ matrix.os }}
44+
continue-on-error: ${{ matrix.experimental }}
4445
strategy:
4546
matrix:
4647
python-version:
@@ -54,6 +55,10 @@ jobs:
5455
os:
5556
- ubuntu-24.04
5657
- ubuntu-24.04-arm
58+
include:
59+
- experimental: false
60+
- experimental: true
61+
os: ubuntu-24.04-arm # deal with flaky runners
5762
fail-fast: false
5863
env:
5964
UV_FROZEN: 1

0 commit comments

Comments
 (0)