Skip to content

Commit

Permalink
remove defaults channel and bump asp version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex authored Nov 22, 2024
1 parent 950c39b commit b13c233
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci-test-ctx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
env:
# Increase this value to reset cache
ISIS_CACHE_NUMBER: 35
ASAP_CACHE_NUMBER: 8
ASP_CACHE_NUMBER: 5
ASAP_CACHE_NUMBER: 9
ASP_CACHE_NUMBER: 6
jobs:
cache_asp:
name: Cache ASP distribution
Expand All @@ -26,7 +26,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.3.0/StereoPipeline-3.3.0-Linux.tar.bz2 -O /tmp/sp.tar.bz2 --progress=dot:giga
wget -c https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.4.0/StereoPipeline-3.4.0-2024-06-19-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 All @@ -47,6 +47,10 @@ jobs:
environment-file: isis.yml
init-shell: bash
channel-priority: flexible
condarc: |
channels:
- usgs-astrogeology
- conda-forge
- name: micromamba info for isis
if: steps.cache-isis.outputs.cache-hit != 'true'
run: |
Expand Down
1 change: 0 additions & 1 deletion isis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: isis_for_asap
channels:
- usgs-astrogeology
- conda-forge
- defaults
dependencies:
- isis==8.0.3
- cspice
Expand Down

0 comments on commit b13c233

Please sign in to comment.