Browse Source

🐛 Correction yaml non parsable

dependabot/pip/requirements/sqlalchemy-1.3.0
Gianni GIUDICE 6 years ago
parent
commit
ad419a805f
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -1,10 +1,4 @@
version: 2 version: 2
workflows:
tp:
jobs:
- build
jobs: jobs:
build: build:
docker: docker:
@ -13,4 +7,10 @@ jobs:
- checkout - checkout
- run: - run:
name: Installation des dépendances python name: Installation des dépendances python
command: pip install -r requirements/dev.txt
command: pip install -r requirements/dev.txt
workflows:
version: 2
tp:
jobs:
- build
Loading…
Cancel
Save