Skip to content

Commit

Permalink
Attempt at fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Sep 8, 2023
1 parent 8f541b4 commit 25f557f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 25f557f

Please sign in to comment.