Browse Source

🚧 reindentation du fichier de config

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

2
.circleci/config.yml

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

Loading…
Cancel
Save