From 5fcf66e1bc9eee639c7d1c32065e4fcbed9a8311 Mon Sep 17 00:00:00 2001 From: Alessio Placitelli Date: Fri, 19 Mar 2021 12:33:25 +0100 Subject: [PATCH] Make sure Python is available on CI --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5b55b4d..9c9ad4b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ version: 2.1 jobs: Build: docker: - - image: cimg/node:14.13.1 + - image: cimg/python:3.8.8-node steps: - checkout - run: @@ -23,7 +23,7 @@ jobs: Addon unit tests: docker: - - image: cimg/node:14.13.1 + - image: cimg/python:3.8.8-node steps: - checkout - run: @@ -35,7 +35,7 @@ jobs: Addon code linting: docker: - - image: cimg/node:14.13.1 + - image: cimg/python:3.8.8-node steps: - checkout - run: @@ -53,7 +53,7 @@ jobs: Firefox integration tests: docker: - - image: cimg/node:14.13.1 + - image: cimg/python:3.8.8-node steps: - checkout - run: