Skip to content

Commit bf83b89

Browse files
committed
fix(tests): not working find authorizations influxdata/influxdb#16833
1 parent cc73766 commit bf83b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ commands:
2020
- restore_cache:
2121
name: Restoring Pip Cache
2222
keys:
23-
- &cache-key pip-cache-v7-<< parameters.python-image >>-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}-{{ checksum "extra-requirements.txt" }}
24-
- pip-cache-v7-<< parameters.python-image >>-
23+
- &cache-key pip-cache-v8-<< parameters.python-image >>-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}-{{ checksum "extra-requirements.txt" }}
24+
- pip-cache-v8-<< parameters.python-image >>-
2525
- run:
2626
command: | # use pipenv to install dependencies
2727
sudo pip install pipenv

0 commit comments

Comments
 (0)