Browse Source

🚧 reindentation du fichier de config

dependabot/pip/requirements/sqlalchemy-1.3.0
Youssef Touggani 6 years ago
parent
commit
1951bc302f
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -2,7 +2,7 @@ version: 1
jobs:
build:
docker:
- image: circleci/python:3.9
- image: circleci/python:3.9-buster-node-browsers
steps:
- checkout
- restore_cache:
@ -17,9 +17,3 @@ jobs:
key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }}
paths:
- "venv"
workflows:
version: 1
tp:
jobs:
- build
Loading…
Cancel
Save