File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 5252 - name : Free disk space
5353 uses : jlumbroso/free-disk-space@main
5454 with :
55- tool-cache : true
56- docker-images : false
55+ large-packages : false # takes too long for ~4.7GB
56+ docker-images : true
5757
5858 - uses : prefix-dev/setup-pixi@v0.9.2
5959 with :
9595 - name : Free disk space
9696 uses : jlumbroso/free-disk-space@main
9797 with :
98- tool-cache : true
99- docker-images : false
98+ large-packages : false # takes too long for ~4.7GB
99+ docker-images : true
100100
101101 - uses : prefix-dev/setup-pixi@v0.9.2
102102 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name = "hls-atmospheric-correction"
33version = " 0.1.0"
44platforms = [" linux-64" , " osx-arm64" ]
55channels = [
6- " https://hls-conda-channels.s3.amazonaws.com/hls-atmospheric-correction/main" ,
6+ # "https://hls-conda-channels.s3.amazonaws.com/hls-atmospheric-correction/main",
77 " conda-forge" ,
88]
99preview = [" pixi-build" ]
1010
1111[target .linux-64 .dependencies ]
1212# C packages can only be compiled on Linux x86_64
13- espa-product-formatter = " *"
14- espa-surface-reflectance = " *"
15- hls-libs = " *"
16- # fmask4 = { path = "packages/fmask4" }
13+ # espa-product-formatter = "*"
14+ # espa-surface-reflectance = "*"
15+ # hls-libs = "*"
16+ # fmask4 = "*"
1717
1818[pypi-dependencies ]
1919hls-browse-imagery-creator = { git = " https://github.com/NASA-IMPACT/hls-browse_imagery" , branch = " fix/relax-deps" }
You can’t perform that action at this time.
0 commit comments