Skip to content

Commit

Permalink
Revert debugging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbgo committed Oct 22, 2024
1 parent c332c02 commit 5704b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions lib/ramble/ramble/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
from matplotlib.backends.backend_pdf import PdfPages
import pandas as pd
except ImportError as e:
#logger.die("matplotlib or pandas was not found. Ensure requirements.txt are installed.")
print(e)
raise e
logger.die("matplotlib or pandas was not found. Ensure requirements.txt are installed.")


class ReportVars(Enum):
Expand Down
3 changes: 0 additions & 3 deletions share/ramble/cloud-build/ramble-pr-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ steps:
spack load py-pip ^python
python -m pip install -r requirements.txt
python -m pip install --upgrade six
python -m pip install pandas
python -m pip install matplotlib
echo "Spack version is $(spack --version)"
echo "Python version is $(python3 --version)"
Expand Down

0 comments on commit 5704b29

Please sign in to comment.