From 7024100ccdf3022a1343b0d5a24b4f92883a4e38 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 7 Jan 2024 02:42:21 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/before_install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/template_gitref b/.github/template_gitref index 93f101901..be06b7134 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-296-g466c79b +2021.08.26-299-g3561326 diff --git a/.github/workflows/scripts/before_install.sh b/.github/workflows/scripts/before_install.sh index 80a4383b0..f00aea7cc 100755 --- a/.github/workflows/scripts/before_install.sh +++ b/.github/workflows/scripts/before_install.sh @@ -67,6 +67,7 @@ fi if [[ "$TEST" = "lowerbounds" ]]; then python3 .ci/scripts/calc_deps_lowerbounds.py > lowerbounds_constraints.txt + sed -i 's/\[.*\]//g' lowerbounds_constraints.txt fi if [ -f $POST_BEFORE_INSTALL ]; then