Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Merge requests
!161
No cuda required for linting pystencils
Code
Änderungen prüfen
Branch auschecken
Herunterladen
Patches
Unformatierter Diff
Merged
No cuda required for linting pystencils
seitz/pystencils:no-cuda-for-doc/lint
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Stephan Seitz
requested to merge
seitz/pystencils:no-cuda-for-doc/lint
into
master
5 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
b81da289
5 years ago
version 1
06aee981
5 years ago
master (base)
and
latest version
latest version
b81da289
1 commit,
5 years ago
version 2
b81da289
1 commit,
5 years ago
version 1
06aee981
1 commit,
5 years ago
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
2
Options
@@ -162,7 +162,6 @@ flake8-lint:
-
flake8 pystencils
tags
:
-
docker
-
cuda
build-documentation
:
@@ -174,7 +173,6 @@ build-documentation:
-
sphinx-build -W -b html doc html_doc
tags
:
-
docker
-
cuda
artifacts
:
paths
:
-
html_doc
Loading