Browse Source

🚧 reindentation du fichier de config

dependabot/pip/requirements/sqlalchemy-1.3.0
Youssef Touggani 6 years ago
parent
commit
af2d9dedcb
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -8,7 +8,7 @@ jobs:
- restore_cache:
key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }}
- run:
name: Dépendances python
name: Dependances python
command: |
python3 -m venv venv
. venv/bin/activate

Loading…
Cancel
Save