Skip to content

Commit

Permalink
be sure to compile new gate version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Mar 25, 2024
1 parent 07c3cc3 commit 4b93c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ 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 \
Expand Down

0 comments on commit 4b93c1e

Please sign in to comment.