Skip to content

Commit

Permalink
new version for sklearn 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Dec 23, 2020
1 parent af5f025 commit 0c5a756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v1-py3-dependencies-{{ checksum "requirements_ci.txt" }}
- v2-py3-dependencies-{{ checksum "requirements_ci.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-py3-dependencies-
- v2-py3-dependencies-

- run:
name: install dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
- save_cache:
paths:
- ./venv
key: v1-py3-dependencies-{{ checksum "requirements.txt" }}
key: v2-py3-dependencies-{{ checksum "requirements.txt" }}


# run tests!
Expand Down

0 comments on commit 0c5a756

Please sign in to comment.