Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pip-deps
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
Container registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
pip-deps
Merge requests
!7
If only bdist is available, check if python_version satisfied python platform version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
If only bdist is available, check if python_version satisfied python platform version
dev
into
master
Overview
0
Commits
5
Pipelines
16
Changes
1
Merged
Marek Chrastina
requested to merge
dev
into
master
5 years ago
Overview
0
Commits
5
Pipelines
16
Changes
1
Expand
0
0
Merge request reports
Viewing commit
8cc0ee1f
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
8cc0ee1f
Update pyenv pip setuptools in CI
· 8cc0ee1f
Marek Chrastina
authored
5 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -55,6 +55,7 @@ Install test:
-
virtualenv .venv
script
:
-
source .venv/bin/activate
-
pip install --upgrade pip setuptools
-
pip install dist/pipdeps*tar.gz
-
pip list
-
pipdeps -l ||
true
Loading