From bf83b8919f3dff706d23d61ffd2ecb6ebdd492c0 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Wed, 12 Feb 2020 10:05:15 +0100 Subject: [PATCH] fix(tests): not working find authorizations https://github.com/influxdata/influxdb/issues/16833 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75e3276d..9af67038 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,8 +20,8 @@ commands: - restore_cache: name: Restoring Pip Cache keys: - - &cache-key pip-cache-v7-<< parameters.python-image >>-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}-{{ checksum "extra-requirements.txt" }} - - pip-cache-v7-<< parameters.python-image >>- + - &cache-key pip-cache-v8-<< parameters.python-image >>-{{ checksum "requirements.txt" }}-{{ checksum "test-requirements.txt" }}-{{ checksum "extra-requirements.txt" }} + - pip-cache-v8-<< parameters.python-image >>- - run: command: | # use pipenv to install dependencies sudo pip install pipenv