From 1951bc302f340e1881d5b3b5ba28057a37447be3 Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Thu, 14 Jan 2021 20:54:05 +0100 Subject: [PATCH] :construction: reindentation du fichier de config --- .circleci/config.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fb21df..214a52f 100644 --- a/.circleci/config.yml +++ b/.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: @@ -16,10 +16,4 @@ jobs: - save_cache: key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} paths: - - "venv" - -workflows: - version: 1 - tp: - jobs: - - build \ No newline at end of file + - "venv" \ No newline at end of file