From b61bb3e4dfbbd7e6202b502d9a4120919ae98128 Mon Sep 17 00:00:00 2001 From: Matthias Gehre Date: Mon, 16 Dec 2024 13:08:17 +0100 Subject: [PATCH] ci: disable fail-fast --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689b4510f958..b64a7f31bac2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ concurrency: jobs: build-test-linux: strategy: - fail-fast: true + # AMD: Disable fail-fast to see whether failures are different between stable & nightly + # fail-fast: true matrix: torch-version: [nightly, stable] name: Build and Test (Linux, torch-${{ matrix.torch-version }}, assertions)