Skip to content

Commit

Permalink
fix(tests): not working find authorizations influxdata/influxdb#16833
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Feb 12, 2020
1 parent cc73766 commit bf83b89
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 @@ -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
Expand Down

0 comments on commit bf83b89

Please sign in to comment.