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