File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed
environment/configuration Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Linux
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches : [ "main", "develop" ]
6
6
pull_request :
7
7
workflow_dispatch :
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: macOS
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches : [ "main", "develop" ]
6
6
pull_request :
7
7
workflow_dispatch :
8
8
46
46
export DYLD_INSERT_LIBRARIES=$(find $CONDA_PREFIX -name libtcmalloc_minimal.so.4)
47
47
48
48
cd use_case/usle
49
- wget --quiet https://lue.computationalgeography.org/download/lue_qa/elevation.tif
49
+ curl --remote-name --silent https://lue.computationalgeography.org/download/lue_qa/elevation.tif
50
50
python usle.py 1000 elevation.tif usle.tif
51
51
ls -l *.tif
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Windows
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches : [ "main", "develop" ]
6
6
pull_request :
7
7
workflow_dispatch :
8
8
Original file line number Diff line number Diff line change 1
- include : conda_environment.yml
1
+ name : lue_tutorial
2
+ channels :
3
+ - https://lue.computationalgeography.org/download/conda
4
+ - conda-forge
5
+ - nodefaults
2
6
dependencies :
7
+ - docopt
8
+ - gdal
9
+ - imageio
10
+ - ipython # Optional
11
+ - matplotlib
12
+ - lue>0.3.7
13
+ - rasterio
3
14
- pre-commit
4
15
- pyright
5
16
- python-lsp-server
Original file line number Diff line number Diff line change 1
1
name : lue_tutorial
2
2
channels :
3
+ - https://lue.computationalgeography.org/download/conda
3
4
- conda-forge
4
5
- nodefaults
5
6
dependencies :
@@ -8,5 +9,5 @@ dependencies:
8
9
- imageio
9
10
- ipython # Optional
10
11
- matplotlib
11
- - lue== 0.3.7
12
+ - lue> 0.3.7
12
13
- rasterio
You can’t perform that action at this time.
0 commit comments