Skip to content

Commit 64422e8

Browse files
authored
Update S2_image_correlation_pair.yml
1 parent 2b0046b commit 64422e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/S2_image_correlation_pair.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
environment-file: glacier_image_correlation/environment.yml
5555
environment-name: image-correlation
5656

57+
- name: modify autoRIFT package
58+
run: |
59+
git clone https://github.com/gbrencher/autoRIFT.git
60+
cp -f autoRIFT/geo_autoRIFT/autoRIFT/autoRIFT.py /home/runner/micromamba/envs/image-correlation/lib/python3.12/site-packages/autoRIFT/
61+
5762
- name: download data and run autoRIFT software
5863
run: |
5964
python glacier_image_correlation/image_correlation.py \

0 commit comments

Comments
 (0)