Skip to content

Commit

Permalink
remove no longer needed caching in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bultako committed Apr 1, 2020
1 parent ab9c4fa commit c798f3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -18,9 +18,6 @@ addons:
- texlive-latex-extra
- dvipng

cache:
directories:
- $HOME/gammapy-data

env:
global:
Expand Down
27 changes: 0 additions & 27 deletions azure-pipelines.yml
Expand Up @@ -39,15 +39,6 @@ jobs:
python -m gammapy info
displayName: 'Install Gammapy'
- task: Cache@2
inputs:
key: gammapy_data | $(Build.SourceVersion)
restoreKeys: |
gammapy_data | $(Build.SourceVersion)
gammapy_data
path: $(GAMMAPY_DATA)
displayName: Cache GAMMAPY_DATA

- script: |
gammapy download datasets --out=$(GAMMAPY_DATA) --silent --tests
displayName: 'Get GAMMAPY_DATA'
Expand Down Expand Up @@ -84,15 +75,6 @@ jobs:
python -m gammapy info
displayName: 'Install Gammapy'
- task: Cache@2
inputs:
key: gammapy_data | $(Build.SourceVersion)
restoreKeys: |
gammapy_data | $(Build.SourceVersion)
gammapy_data
path: $(GAMMAPY_DATA)
displayName: Cache GAMMAPY_DATA

- script: |
gammapy download datasets --out=$(GAMMAPY_DATA) --silent --tests
displayName: 'Get GAMMAPY_DATA'
Expand Down Expand Up @@ -162,15 +144,6 @@ jobs:
gammapy info
displayName: 'Create gammapy-dev conda environment'
- task: Cache@2
inputs:
key: gammapy_data | $(Build.SourceVersion)
restoreKeys: |
gammapy_data | $(Build.SourceVersion)
gammapy_data
path: $(GAMMAPY_DATA)
displayName: Cache GAMMAPY_DATA

- script: |
source activate gammapy-dev
gammapy download datasets --out=$(GAMMAPY_DATA) --silent --tests
Expand Down

0 comments on commit c798f3f

Please sign in to comment.