Skip to content

Commit

Permalink
update isis to 7.1.0 and asp to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Jan 1, 2023
1 parent f9e9810 commit f4d7c54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test-ctx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
on: [pull_request]
env:
# Increase this value to reset cache
ISIS_CACHE_NUMBER: 3
ISIS_CACHE_NUMBER: 4
ASAP_CACHE_NUMBER: 4
ASP_CACHE_NUMBER: 1
ASP_CACHE_NUMBER: 2
jobs:
cache_asp:
name: Cache ASP distribution
Expand All @@ -22,7 +22,7 @@ jobs:
key: asp-env-${{ runner.os }}-${{ env.ASP_CACHE_NUMBER }}-${{ hashFiles('asap.yml') }}
- name: Download ASP tarball to tmp
run: |
wget -c https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.1.0/StereoPipeline-3.1.0-2022-05-18-x86_64-Linux.tar.bz2 -O /tmp/sp.tar.bz2 --progress=dot:giga
wget -c https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/2023-01-01-daily-build/StereoPipeline-3.2.0-2023-01-01-x86_64-Linux.tar.bz2 -O /tmp/sp.tar.bz2 --progress=dot:giga
ls /tmp/sp.tar.bz2
cache_isis_env:
name: Cache ISIS conda environment
Expand Down
2 changes: 1 addition & 1 deletion isis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- conda-forge
- defaults
dependencies:
- isis==7.0.0
- isis==7.1.0

0 comments on commit f4d7c54

Please sign in to comment.