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 feb2d1e95..5d949dd29 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