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
!327
[Fix] Update for Docker Images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
[Fix] Update for Docker Images
holzer/pystencils:SmallFixes
into
master
Overview
4
Commits
12
Pipelines
11
Changes
1
Closed
Markus Holzer
requested to merge
holzer/pystencils:SmallFixes
into
master
2 years ago
Overview
4
Commits
12
Pipelines
11
Changes
1
Expand
Due to an update of the docker images minor changes are required for the CI
0
0
Merge request reports
Viewing commit
ff003ffa
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ff003ffa
test
· ff003ffa
Markus Holzer
authored
2 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -101,13 +101,13 @@ minimal-windows:
-
py.test -v -m "not (notebook or longrun)"
ubuntu
:
stage
:
test
stage
:
pre
test
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/ubuntu
before_script
:
-
apt-get -y remove python3-sympy
#
- apt-get -y remove python3-sympy
-
ln -s /usr/include/locale.h /usr/include/xlocale.h
-
pip3 install sympy==1.6
# - pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
Loading