Skip to content
Snippets Groups Projects
Commit 34aee52a authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

py3.12 compat

parent 202bcdfa
No related branches found
No related tags found
No related merge requests found
Pipeline #193384 passed
......@@ -5,6 +5,7 @@ stages:
# only cache local items.
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
AIOHTTP_NO_EXTENSIONS: 1
cache:
paths:
- .cache
......@@ -13,7 +14,7 @@ black:
stage: linting
image: python:3
before_script:
- pip3 install -U pip wheel pretix black
- pip3 install -U pip pretix black
script:
- black --check .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment