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

try to activate venv

parent 3bd709d8
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 #105582 canceled
......@@ -43,9 +43,16 @@ tests (from scratch):
- ./CI/update_badge.sh > /dev/null
script:
- pip install --upgrade pip
- pip install numpy wheel six==1.15.0
- zypper --non-interactive install binutils libproj-devel gdal-devel
- zypper --non-interactive install proj geos-devel
# - pip install numpy wheel six==1.15.0
- zypper --no-gpg-checks addrepo https://download.opensuse.org/repositories/Application:Geo/15.4/Application:Geo.repo
- zypper --no-gpg-checks refresh
- zypper --no-gpg-checks --non-interactive install proj=8.2.1
- zypper --no-gpg-checks --non-interactive install geos=3.10.3
- zypper --no-gpg-checks --non-interactive install geos-devel=3.9.1
- zypper --no-gpg-checks --non-interactive install libproj22=8.2.1
- zypper --no-gpg-checks --non-interactive install binutils libproj-devel gdal-devel
# - zypper --non-interactive install binutils libproj-devel gdal-devel
# - zypper --non-interactive install proj geos-devel
# - 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
......@@ -100,6 +107,7 @@ tests:
before_script:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
- source /opt/venv/bin/activate
script:
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment