Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
ed1f2318
Unverified
Commit
ed1f2318
authored
Apr 14, 2022
by
René Fritze
Browse files
[ci] try newer pip in wheel check
parent
8f618efe
Changes
3
Hide whitespace changes
Inline
Side-by-side
.ci/gitlab/ci.yml
View file @
ed1f2318
...
...
@@ -137,6 +137,8 @@ stages:
-
devpi use http://pymor__devpi:3141/root/public --set-cfg
-
devpi login root --password ''
-
devpi upload --from-dir --formats=* ./dist/*.whl
-
python3 -m pip install pip~=21.0
-
python3 -m pip remove -y pymor ||
true
# the docker service adressing fails on other runners
tags
:
[
mike
]
...
...
.ci/gitlab/template.ci.py
View file @
ed1f2318
...
...
@@ -147,6 +147,8 @@ rules:
- devpi use http://pymor__devpi:3141/root/public --set-cfg
- devpi login root --password ''
- devpi upload --from-dir --formats=* ./dist/*.whl
- python3 -m pip install pip~=21.0
- python3 -m pip remove -y pymor || true
# the docker service adressing fails on other runners
tags: [mike]
...
...
README.md
View file @
ed1f2318
...
...
@@ -71,7 +71,7 @@ command:
pip install --upgrade pip # make sure that pip is reasonably new
pip install pymor[full]
(Please note that pip
must be at least version 19.0
)
(Please note that pip
versions prior to 21.1 might have problems resolving all dependencies
)
This will install the latest release of pyMOR on your system with most optional
dependencies.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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