From b6cf47958c126de5046eae46ae9b4e08c09b3188 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 5 Feb 2024 09:01:57 -0600 Subject: [PATCH] update syntax for fail-fast option Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 5b14a4a8365a3a453645794df69e537a8d23e5a1] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 8f764b92d2..d55779c418 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -18,8 +18,9 @@ jobs: strategy: matrix: version: [5.5.1, 5.7.1] + fail-fast: false runs-on: [mi100, rhel9] - fail-fast: false + env: PYTHONPATH: /home1/ciuser/omniperf_deps # PYTHONPATH: ${{ github.workspace }}/python-libs