Browse Source

Update config.yml

dependabot/pip/requirements/sqlalchemy-1.3.0
denisdalmeida04@gmail.com 6 years ago
parent
commit
6667469628
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -40,7 +40,7 @@ jobs:
- checkout - checkout
- -
restore_cache: restore_cache:
key: "deps-{{ checksum \"requirements/dev.txt\"}}-{{ .Environment.CACHE_VERSION }}"
key: "deps1-{{ .Branch }}-{{ checksum \"requirements/dev.txt\" }}"
- -
run: run:
command: "dockerize -wait tcp://localhost:5432 -timeout 1m" command: "dockerize -wait tcp://localhost:5432 -timeout 1m"

Loading…
Cancel
Save