Skip to content

Commit

Permalink
Allow error catching.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Dec 18, 2024
1 parent e97c08f commit 4a3724b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
if: steps.cache-hdf5.outputs.cache-hit != 'true'
run: |
set -x
set +e
wget https://support.hdfgroup.org/ftp/HDF/releases/HDF4.2.15/src/hdf-4.2.15.tar.bz2
tar -jxf hdf-4.2.15.tar.bz2
pushd hdf-4.2.15
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
if: steps.cache-hdf5.outputs.cache-hit != 'true'
run: |
set -x
set +e
wget https://support.hdfgroup.org/ftp/HDF/releases/HDF4.2.15/src/hdf-4.2.15.tar.bz2
tar -jxf hdf-4.2.15.tar.bz2
Expand Down Expand Up @@ -129,7 +127,6 @@ jobs:
make -j
make install -j
popd
set -e
#####
# One-Off Autotools-based tests.
Expand Down

0 comments on commit 4a3724b

Please sign in to comment.