Skip to content

Commit

Permalink
Merge pull request #18 from MAAP-Project/fix-build
Browse files Browse the repository at this point in the history
Fixed relative path in build.sh
  • Loading branch information
jjfrench authored Aug 3, 2022
2 parents 2851775 + 49f921b commit 904a59d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ esac
conda create -y -n gedi_subset --file "${basedir}/gedi-subset/conda-${platform}-64.lock"

# Install maap-py, since it cannot be specified in the lock file
conda run --no-capture-output -n gedi_subset pip install -r gedi-subset/requirements-maappy.txt
conda run --no-capture-output -n gedi_subset pip install -r maap-documentation-examples/gedi-subset/requirements-maappy.txt

# Fail build if finicky mix of fiona and gdal isn't correct, so that we don't
# have to wait to execute a DPS job to find out.
Expand Down
8 changes: 7 additions & 1 deletion gedi-subset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ variation of [Semantic Versioning], with the following difference: each version
is prefixed with `gedi-subset-` (e.g., `gedi-subset-0.1.0`) to allow for
distinct lines of versioning of independent work in sibling directories.

## [gedi-subset-0.2.3] - 2022-08-03
## [gedi-subset-0.2.4] - 2022-08-03

### Fixed

- `build.sh` now references the requirements-maappy in the correct relative path.

## [gedi-subset-0.2.3] - 2022-08-03 [YANKED]

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion gedi-subset/algorithm_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: Subset GEDI L4A granules within an area of interest (AOI)
algo_name: gedi-subset
version: gedi-subset-0.2.3
version: gedi-subset-0.2.4
environment: ubuntu
repository_url: https://repo.ops.maap-project.org/data-team/maap-documentation-examples.git
docker_url: mas.maap-project.org:5000/root/ade-base-images/r:latest
Expand Down

0 comments on commit 904a59d

Please sign in to comment.