From 0e31386ed8ce88ae57d54396640858a0e091c92d Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 25 Feb 2025 11:23:41 +0100 Subject: [PATCH] remove `-u` from `Compare measurements` step --- .github/workflows/check-measurements-reproducibility.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-measurements-reproducibility.yml b/.github/workflows/check-measurements-reproducibility.yml index bf373c8bf..aa65d270e 100644 --- a/.github/workflows/check-measurements-reproducibility.yml +++ b/.github/workflows/check-measurements-reproducibility.yml @@ -92,7 +92,8 @@ jobs: - name: Compare measurements run: | # no -e since we need to collect errors later - set -uo pipefail + # no -u since it interferes with checking associative arrays + set -o pipefail shopt -s extglob declare -A errors