From fd2d89d37ba83ea1e6d5e6b46b04e8d5c48740f4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 9 May 2024 00:43:16 +0200 Subject: [PATCH] Update checksum_checker.sh Signed-off-by: Ettore Di Giacinto --- .github/checksum_checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/checksum_checker.sh b/.github/checksum_checker.sh index da02ef3b..5b587450 100644 --- a/.github/checksum_checker.sh +++ b/.github/checksum_checker.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -euxo pipefail +set -euo pipefail # This scripts needs yq and huggingface_hub to be installed # to install hugingface_hub run pip install huggingface_hub