Skip to content

Commit ad5b082

Browse files
committed
Use fail-fast with the complete list
1 parent 987e926 commit ad5b082

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_layer.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
1515

1616
strategy:
17+
fail-fast: false
1718
matrix:
18-
# arch: [arm64, amd64]
19-
# python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20-
arch: [amd64]
21-
python_version: ["3.13"]
19+
arch: [arm64, amd64]
20+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2221

2322
steps:
2423
- name: Checkout

0 commit comments

Comments
 (0)