Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
1fd2b516
Commit
1fd2b516
authored
2 years ago
by
Lukas Leufen
Browse files
Options
Downloads
Patches
Plain Diff
try to activate venv
parent
3bd709d8
No related branches found
No related tags found
6 merge requests
!468
first implementation of toar-data-v2, can load data (but cannot process these...
,
!467
Resolve "release v2.2.0"
,
!455
update for reqs
,
!449
Lukas issue402 tech hpc env update
,
!448
Resolve "update HPC environment"
,
!437
Resolve "era5 data"
Pipeline
#105582
canceled
2 years ago
Stage: test
Stage: docs
Stage: pages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-3
11 additions, 3 deletions
.gitlab-ci.yml
with
11 additions
and
3 deletions
.gitlab-ci.yml
+
11
−
3
View file @
1fd2b516
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment