diff options
Diffstat (limited to 'run_test.sh')
-rwxr-xr-x | run_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_test.sh b/run_test.sh index 811205bb3..a7e56ca39 100755 --- a/run_test.sh +++ b/run_test.sh @@ -71,7 +71,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt # Clone AMReX and warpx-data git clone https://github.com/AMReX-Codes/amrex.git -cd amrex && git checkout --detach d92232a0c17b846ac85851ca5c950d1cd916e3e3 && cd - +cd amrex && git checkout --detach 3396b1df117532ec9a7eafdcaad4bdd18ac49a0f && cd - # warpx-data contains various required data sets git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git # openPMD-example-datasets contains various required data sets |