Skip to content

Commit f91d8b0

Browse files
committed
fixed sanitize test and testing cache for alma9 failure
1 parent f8582d7 commit f91d8b0

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

ci/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ test_options=(
7575
# Specific tests to run when sanitizer is enabled
7676
sanitizer_tests=(
7777
-v
78-
api_create_template_system_withG4Box
79-
api_template_replace_geometry_withG4Box
80-
api_template_build_geometry_in_test_of_replacing_geometry_withG4Box_with_formatascii
81-
api_run_gemc_with_replaced_geometry_using_G4Box_with_formatascii
78+
test_generator_lund_file_events
8279
test_gparticle_double_verbose
8380
test_event_dispenser_verbose
8481
examples_geo_basic_simple_flux_ascii_variation_default

ci/install_python_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
venv_python = str(venv_dir / 'bin' / 'python3')
2828
# Non-editable install so the venv is self-contained after installation.
29-
subprocess.run([venv_python, '-m', 'pip', 'install', pygemc_src], check=True)
29+
subprocess.run([venv_python, '-m', 'pip', 'install', '--no-cache-dir', pygemc_src], check=True)

0 commit comments

Comments
 (0)