Skip to content

Commit

Permalink
Merge pull request #617 from tschoonj/fix-circle-ci-properly
Browse files Browse the repository at this point in the history
CI: fix Circle build properly
  • Loading branch information
tschoonj authored Nov 13, 2019
2 parents 82e4f00 + f149d0c commit 3c730ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v5-dependencies
- v7-dependencies

- run:
name: install dependencies
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- save_cache:
paths:
- /home/circleci/conda
key: v6-dependencies
key: v7-dependencies

- run:
name: build Savu images
Expand Down

0 comments on commit 3c730ba

Please sign in to comment.