Skip to content

Commit

Permalink
bump isis cache add ldd to cache jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Sep 17, 2021
1 parent d91738f commit ccc1004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test-ctx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: [workflow_dispatch]
env:
# Increase this value to reset cache
ISIS_CACHE_NUMBER: 1
ISIS_CACHE_NUMBER: 2
ASAP_CACHE_NUMBER: 1
jobs:
cache_isis_env:
Expand Down Expand Up @@ -115,6 +115,7 @@ jobs:
conda env config vars list
conda info
conda list
ldd `which qview`
- name: pack asap conda env
if: steps.cache-asap.outputs.cache-hit != 'true'
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-test-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: [workflow_dispatch]
env:
# Increase this value to reset cache
ISIS_CACHE_NUMBER: 1
ISIS_CACHE_NUMBER: 2
ASAP_CACHE_NUMBER: 1
jobs:
cache_isis_env:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
conda env config vars list
conda info
conda list
ldd `which qview`
- name: rsync base kernels
if: steps.cache-isis.outputs.cache-hit != 'true'
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: [push, pull_request]
env:
# Increase this value to reset cache
ISIS_CACHE_NUMBER: 1
ISIS_CACHE_NUMBER: 2
ASAP_CACHE_NUMBER: 1
jobs:
cache_isis_env:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
conda env config vars list
conda info
conda list
ldd `which qview`
- name: rsync base kernels
if: steps.cache-isis.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit ccc1004

Please sign in to comment.