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: ...@@ -5,6 +5,7 @@ stages:
# only cache local items. # only cache local items.
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
AIOHTTP_NO_EXTENSIONS: 1
cache: cache:
paths: paths:
- .cache - .cache
...@@ -13,7 +14,7 @@ black: ...@@ -13,7 +14,7 @@ black:
stage: linting stage: linting
image: python:3 image: python:3
before_script: before_script:
- pip3 install -U pip wheel pretix black - pip3 install -U pip pretix black
script: script:
- black --check . - black --check .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment