From 516b6c30d16ad7e9bae0196a20687101a7cfba46 Mon Sep 17 00:00:00 2001 From: Jakob Fritz <j.fritz@fz-juelich.de> Date: Mon, 2 Sep 2024 11:05:49 +0200 Subject: [PATCH] Run linting with python 3.10, as flakeheaven does not support 3.12 --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 471843c88..d55f89cba 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -25,7 +25,7 @@ jobs: with: environment-file: ${{ env.YML }} create-args: >- - python=3.12 + python=3.10 - name: Code reformatting with black run: | black pySDC --check --diff --color -- GitLab