Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cfel-sc-public
Kamzik3
Commits
c51422d4
Commit
c51422d4
authored
May 16, 2022
by
Jerome Carnis
🦊
Browse files
.gitlab-ci.yml: add comment about disabling the step `mypy-windows`
parent
1165ee6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c51422d4
...
...
@@ -45,6 +45,12 @@ mypy:
-
python -m pip install mypy
-
PYTHONPATH=".:$PYTHONPATH" mypy --conf mypy.ini kamzik3
# Below is commented out because the Windows runner is not yet available
# see rt #1140128 (Philipp also cc'ed in the ticket)
# answer from Elena (gitlab.service@desy.de) from 4 May 2022: "The docker-windows runner
# was once registered in GitLab, but it has never worked so far, we are still on it. We
# will assign your project as soon as the runner is available."
#mypy-windows:
# image: python:3.9-windowsservercore
# tags:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment