Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
geoarray
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Scheffler
geoarray
Commits
088306c6
Commit
088306c6
authored
Aug 13, 2018
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix.
parent
5191063c
Pipeline
#3124
failed with stages
in 6 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
.gitlab-ci.yml
.gitlab-ci.yml
+5
-6
No files found.
.gitlab-ci.yml
View file @
088306c6
...
...
@@ -19,7 +19,7 @@ test_geoarray:
script
:
-
source /root/miniconda3/bin/activate
-
source activate geoarray
-
export GDAL_DATA=/root/miniconda3/share/gdal
-
export GDAL_DATA=/root/miniconda3/
envs/geoarray/
share/gdal
-
export PYTHONPATH=$PYTHONPATH:/root
# /root <- directory needed later
-
export LD_LIBRARY_PATH=/root/anaconda3/lib:$LD_LIBRARY_PATH
# /root <- directory needed later
# update in-house dependencies
...
...
@@ -41,7 +41,7 @@ test_styles:
script
:
-
source /root/miniconda3/bin/activate
-
source activate geoarray
-
export GDAL_DATA=/root/miniconda3/share/gdal
-
export GDAL_DATA=/root/miniconda3/
envs/geoarray/
share/gdal
-
export PYTHONPATH=$PYTHONPATH:/root
# /root <- directory needed later
# - pip install "pycodestyle>=2.0.0,!=2.4.0" # TODO remove as soon as docker runner is recreated
-
make lint
...
...
@@ -56,10 +56,9 @@ test_styles:
test_geoarray_install
:
stage
:
test
script
:
-
source /root/miniconda3/bin/activate geoarray
-
export GDAL_DATA=/root/miniconda3/envs/geoarray/share/gdal
-
conda create -y -q --name geoarray python=3
-
source activate geoarray
-
source /root/miniconda3/bin/activate
-
conda create -y -q --name geoarray_testinstall python=3
-
source activate geoarray_testinstall
# resolve some requirements with conda
-
conda install --yes -q -c conda-forge numpy scikit-image matplotlib geopandas gdal rasterio pyproj basemap shapely
# run installer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment