Skip to content
Snippets Groups Projects
Commit 4eda1391 authored by leufen1's avatar leufen1
Browse files

problem with requirements on scratch testing

parent 909ba7dc
No related branches found
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!247Resolve "BUG: update reqirements"
Pipeline #60387 failed
...@@ -45,7 +45,8 @@ tests (from scratch): ...@@ -45,7 +45,8 @@ tests (from scratch):
- pip install numpy - pip install numpy
- zypper --non-interactive install binutils libproj-devel gdal-devel - zypper --non-interactive install binutils libproj-devel gdal-devel
- zypper --non-interactive install proj geos-devel - zypper --non-interactive install proj geos-devel
- cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install # - cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh - ./CI/run_pytest.sh
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment