Skip to content

Commit

Permalink
new key for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed May 30, 2019
1 parent 60400a8 commit 26ec7e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
- checkout
- restore_cache:
keys:
- macos_py2_2019-05-30
- macos_py2_2019-06-01
- run: *create_conda_env
- save_cache:
key: macos_py2_2019-05-30
key: macos_py2_2019-06-01
paths: /Users/distiller/miniconda
- run: *setup_pmp
- run: *run_pmp_tests
Expand All @@ -132,10 +132,10 @@ jobs:
- checkout
- restore_cache:
keys:
- macos_py3_2019-05-30
- macos_py3_2019-06-01
- run: *create_conda_env
- save_cache:
key: macos_py3_2019-05-30
key: macos_py3_2019-06-01
paths: /Users/distiller/miniconda
- run: *setup_pmp
- run: *run_pmp_tests
Expand All @@ -159,10 +159,10 @@ jobs:
- checkout
- restore_cache:
keys:
- linux_py2_2019-05-30
- linux_py2_2019-06-01
- run: *create_conda_env
- save_cache:
key: linux_py2_2019-05-30
key: linux_py2_2019-06-01
paths: /home/circleci/miniconda
- run: *setup_pmp
- run: *run_pmp_tests
Expand All @@ -187,10 +187,10 @@ jobs:
- checkout
- restore_cache:
keys:
- linux_py3_2019-05-30
- linux_py3_2019-06-01
- run: *create_conda_env
- save_cache:
key: linux_py3_2019-05-30
key: linux_py3_2019-06-01
paths: /home/circleci/miniconda
- run: *setup_pmp
- run: *run_pmp_tests
Expand Down

0 comments on commit 26ec7e3

Please sign in to comment.