Skip to content

Commit baa6e8a

Browse files
authored
Update image_correlation_pair.yml
1 parent 922c472 commit baa6e8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/image_correlation_pair.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,17 @@ jobs:
5454
environment-file: glacier_image_correlation/environment.yml
5555
environment-name: image-correlation
5656

57-
- name: modify autoRIFT package
57+
- name: Modify autoRIFT Package
58+
# current release has deprecated numpy functions https://github.com/nasa-jpl/autoRIFT/issues/97
5859
run: |
5960
git clone https://github.com/gbrencher/autoRIFT.git
6061
cp -f autoRIFT/geo_autoRIFT/autoRIFT/autoRIFT.py /home/runner/micromamba/envs/image-correlation/lib/python3.12/site-packages/autoRIFT/
6162
62-
- name: download data and run autoRIFT software
63+
- name: Download Data and Run autoRIFT Software
6364
run: |
6465
python glacier_image_correlation/image_correlation.py ${{ inputs.img1_product_name }} ${{ inputs.img2_product_name }}
6566
66-
- name: Upload velocity
67+
- name: Upload Velocity Map as Artifact
6768
uses: actions/upload-artifact@v4
6869
with:
6970
name: ${{ inputs.workflow_name }}

0 commit comments

Comments
 (0)