@ -8,12 +8,18 @@ jobs:
- restore_cache:
key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }}
- run:
name: Dépendances python
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements/dev.txt
- save_cache:
paths:
- "venv"
workflows:
version: 1
tp:
jobs:
- build