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
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main", "develop" ]
66 pull_request :
77 workflow_dispatch :
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: macOS
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main", "develop" ]
66 pull_request :
77 workflow_dispatch :
88
4646 export DYLD_INSERT_LIBRARIES=$(find $CONDA_PREFIX -name libtcmalloc_minimal.so.4)
4747
4848 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
5050 python usle.py 1000 elevation.tif usle.tif
5151 ls -l *.tif
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Windows
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : [ "main", "develop" ]
66 pull_request :
77 workflow_dispatch :
88
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
26dependencies :
7+ - docopt
8+ - gdal
9+ - imageio
10+ - ipython # Optional
11+ - matplotlib
12+ - lue>0.3.7
13+ - rasterio
314- pre-commit
415- pyright
516- python-lsp-server
Original file line number Diff line number Diff line change 11name : lue_tutorial
22channels :
3+ - https://lue.computationalgeography.org/download/conda
34- conda-forge
45- nodefaults
56dependencies :
@@ -8,5 +9,5 @@ dependencies:
89- imageio
910- ipython # Optional
1011- matplotlib
11- - lue== 0.3.7
12+ - lue> 0.3.7
1213- rasterio
You can’t perform that action at this time.
0 commit comments