@ -1,4 +1,4 @@
version: 2
version: 1
jobs:
build:
docker:
@ -9,21 +9,17 @@ 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
-save_cache:
paths:
- "venv"
- save_cache:
workflows:
tp:
- build