From 1efa8c44ee861d393e5f1967f503576ef33402c5 Mon Sep 17 00:00:00 2001 From: tbaudier Date: Thu, 28 Mar 2024 19:14:09 +0100 Subject: [PATCH] Update runTest.sh --- .github/workflows/runTest.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/runTest.sh b/.github/workflows/runTest.sh index bc14328..f87ee7f 100755 --- a/.github/workflows/runTest.sh +++ b/.github/workflows/runTest.sh @@ -74,9 +74,6 @@ fi if [ ! -d /src ]; then git clone --branch ${COMMIT} https://github.com/OpenGATE/Gate.git /src fi -cd /src -git checkout geant4-11.2.1 -cd - cd bin cmake -DGATE_USE_TORCH=$GATE_USE_TORCH \ -DTorch_DIR=$TORCH_DIR \