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