Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pretix Matrix Inviter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
Pretix Matrix Inviter
Merge requests
!7
Fix CI
コード
変更をレビュー
ブランチをチェックアウト
Open in Workspace
ダウンロード
パッチ
テキスト差分
サイドバーを展開
Merged
Fix CI
fix/2023-10_gitlab-ci
into
main
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Fix CI
Felix Schäfer
requested to merge
fix/2023-10_gitlab-ci
into
main
Oct 5, 2023
Overview
0
Commits
1
Pipelines
4
Changes
1
0
0
Merge request reports
Viewing commit
34aee52a
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
34aee52a
py3.12 compat
· 34aee52a
Felix Schäfer
authored
Oct 5, 2023
.gitlab-ci.yml
+
2
−
1
View file @ 34aee52a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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 .
Loading