Revision 53d9572b00eb4f99066757e52a2210eaa88fd230 authored by Sean on 25 February 2022, 04:05:53 UTC, committed by Sean on 25 February 2022, 04:05:53 UTC
1 parent 1033836
nci_run_tests.sh
#!/bin/bash
module purge
module load python3/3.7.4
module load gdal/3.0.2
module load openmpi/4.0.2
export PYTHONPATH=/apps/gdal/3.0.2/lib64/python3.7/site-packages:$PYTHONPATH
source ~/PyRateVenv/bin/activate
pip install -U pytest
cd ~/PyRate
pytest tests/

Computing file changes ...