Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
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
lbmpy
Merge requests
!164
Refactor source tree layout
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refactor source tree layout
holzer/lbmpy:SrcTree
into
master
Overview
0
Commits
10
Pipelines
10
Changes
1
Merged
Markus Holzer
requested to merge
holzer/lbmpy:SrcTree
into
master
1 year ago
Overview
0
Commits
10
Pipelines
10
Changes
1
Expand
Similar to pystencils the source tree layout of lbmpy is adapted to newer standards
0
0
Merge request reports
Viewing commit
329e3825
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
329e3825
Fix conda pipeline
· 329e3825
Markus Holzer
authored
1 year ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -68,6 +68,7 @@ minimal-conda:
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script
:
-
pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
-
pip install -e .
-
python quicktest.py
tags
:
-
docker
Loading