Skip to content
Snippets Groups Projects
Commit 3bd709d8 authored by Lukas Leufen's avatar Lukas Leufen
Browse files

remove py version from scripts

parent e11b42df
No related branches found
No related tags found
6 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!455update for reqs,!449Lukas issue402 tech hpc env update,!448Resolve "update HPC environment",!437Resolve "era5 data"
Pipeline #105578 failed
#!/bin/bash #!/bin/bash
# run pytest for all run_modules # run pytest for all run_modules
python3.6 -m pytest --html=report.html --self-contained-html test/ | tee test_results.out python -m pytest --html=report.html --self-contained-html test/ | tee test_results.out
IS_FAILED=$? IS_FAILED=$?
......
#!/usr/bin/env bash #!/usr/bin/env bash
# run coverage twice, 1) for html deploy 2) for success evaluation # run coverage twice, 1) for html deploy 2) for success evaluation
python3.6 -m pytest --cov=mlair --cov-report term --cov-report html test/ | tee coverage_results.out python -m pytest --cov=mlair --cov-report term --cov-report html test/ | tee coverage_results.out
IS_FAILED=$? IS_FAILED=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment