From 25f557fa7bec0bb1e90154d9ee12542d754de6a6 Mon Sep 17 00:00:00 2001 From: smoia Date: Fri, 8 Sep 2023 22:55:07 +0200 Subject: [PATCH] Attempt at fixing tests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a758ee..ab9d6a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: # The executor is the environment in which the steps below will be executed - below will use a python 3.6.14 container # Change the version below to your required version of python docker: - - image: cimg/python:3.7 + - image: wxpython4/build:ubuntu-20.04 working_directory: /tmp/src/phys2cvr resource_class: medium # Checkout the code as the first step. This is a dedicated CircleCI step. @@ -93,7 +93,7 @@ jobs: style_check: docker: - - image: cimg/python:3.7 + - image: wxpython4/build:ubuntu-20.04 working_directory: /tmp/src/phys2cvr resource_class: small steps: