Skip to content

Commit 0904002

Browse files
committed
fix: ACTS_VERSION=v39.2.0 in run_material_map_validation.sh
1 parent b6158f7 commit 0904002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/material_map/run_material_map_validation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ -z ${DETECTOR_PATH} ]] ; then
1111
fi
1212

1313
# Download required Acts files
14-
ACTS_VERSION="v36.3.2"
14+
ACTS_VERSION="v39.2.0"
1515
ACTS_URL="https://github.com/acts-project/acts/raw/"
1616
ACTS_FILES=(
1717
"Examples/Scripts/Python/geometry.py"

0 commit comments

Comments
 (0)