Skip to content

Commit

Permalink
rm cahce
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Aug 15, 2022
1 parent dbbc823 commit 2ae6aab
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,12 @@ jobs:
environment-file: ci/environment.yml
channels: conda-forge

- name: Cache XPSEC
uses: actions/cache@v2
id: cache-xspec
with:
path: ~/heasoft-6.30.1src.tar.gz
key: xspec-ver3

- name: Get file
env:
CACHE_HIT: ${{steps.cache-xspec.outputs.cache-hit}}

shell: bash -l {0}
run: |
echo "getting latest heasoft bundle";
if [[ "$CACHE_HIT" == 'true' ]]; then
echo "NOOOO"
else
echo "HOME= ${HOME}"
echo "Python version: ${{matrix.python-version}}"
echo "======> getting the file..."
Expand All @@ -87,7 +74,6 @@ jobs:
curl -LO -z heasoft-6.30.1src.tar.gz https://www.dropbox.com/s/sv6ge6libcxfvas/heasoft-6.30.1src.tar.gz
fi
fi
- name: Build the Distribution
shell: bash -l {0}
Expand Down

0 comments on commit 2ae6aab

Please sign in to comment.