From 19eb550d91f03eb615500f941b7bf9df1348a7ad Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 26 Sep 2023 12:49:22 +0000 Subject: [PATCH] use ci images where stylechecker uses the --dev requirements --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5776592a9..f917d74e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: image_suffix: type: string - default: '-dev-058c6b4' + default: '-dev-5f76d08' pg14_version: type: string default: '14.9'