From 6ff6ea5314a3f12301016223e23af64619e86a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Tue, 13 Feb 2024 01:21:53 +0100 Subject: [PATCH] Pin python version in CI (#179) pin python version in CI --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27ae769..d2d873e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,8 @@ filters: &semver-tagged executors: pytest: machine: - image: ubuntu-2204:current + # use an older ubuntu image with python 3.11 until pytest 8.0 is out + image: ubuntu-2204:2023.10.1 resource_class: large jobs: