Skip to content

Commit e6f14b0

Browse files
committed
WIP
1 parent 63e423b commit e6f14b0

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/workflows/build_push_pr_ecr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
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:
@@ -95,8 +95,8 @@ jobs:
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:

channel/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

pixi.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name = "hls-atmospheric-correction"
33
version = "0.1.0"
44
platforms = ["linux-64", "osx-arm64"]
55
channels = [
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
]
99
preview = ["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]
1919
hls-browse-imagery-creator = { git = "https://github.com/NASA-IMPACT/hls-browse_imagery", branch = "fix/relax-deps"}

0 commit comments

Comments
 (0)