From d39962aaa41ff2258fd5eae624c6e9afd5cb1594 Mon Sep 17 00:00:00 2001 From: Philip Maechling Date: Sat, 9 Sep 2023 15:13:15 -0700 Subject: [PATCH] restored bbp version --- .github/scripts/gmsvtoolkit-build-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/gmsvtoolkit-build-ci.sh b/.github/scripts/gmsvtoolkit-build-ci.sh index a786660..e1c8363 100755 --- a/.github/scripts/gmsvtoolkit-build-ci.sh +++ b/.github/scripts/gmsvtoolkit-build-ci.sh @@ -45,7 +45,7 @@ python3 -c "import scipy; print('SciPy: ', scipy.__version__)" python3 -c "import matplotlib; print('Matplotlib: ', matplotlib.__version__)" # Set basic parameters -VERSION=23.9.0 +VERSION=22.4.0 BASEDIR="${RUNNER_WORKSPACE}" GMSVTOOLKIT_DIR="${BASEDIR}/gmsvtoolkit/gmsvtoolkit" SRCDIR="${GMSVTOOLKIT_DIR}/src"