Skip to content
Snippets Groups Projects
Commit 516b6c30 authored by Jakob Fritz's avatar Jakob Fritz
Browse files

Run linting with python 3.10, as flakeheaven does not support 3.12

parent b90388c9
Branches
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
with: with:
environment-file: ${{ env.YML }} environment-file: ${{ env.YML }}
create-args: >- create-args: >-
python=3.12 python=3.10
- name: Code reformatting with black - name: Code reformatting with black
run: | run: |
black pySDC --check --diff --color black pySDC --check --diff --color
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment