Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
hivemind
Commits
d745f8ee
Commit
d745f8ee
authored
2 years ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
pip/setuptools/wheel installation should be performed inside created venv
parent
984888bb
No related branches found
Branches containing commit
No related tags found
2 merge requests
!584
Changes to be delivered to master as 1.27 release
,
!558
Merge develop-haf with current develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yaml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yaml
with
1 addition
and
1 deletion
.gitlab-ci.yaml
+
1
−
1
View file @
d745f8ee
...
@@ -214,11 +214,11 @@ sync_e2e_benchmark:
...
@@ -214,11 +214,11 @@ sync_e2e_benchmark:
RUNNER_HIVEMIND_SYNC_MAX_BLOCK
:
5000024
RUNNER_HIVEMIND_SYNC_MAX_BLOCK
:
5000024
before_script
:
before_script
:
-
scripts/ci/fix_ci_tag.sh
-
scripts/ci/fix_ci_tag.sh
-
pip install --upgrade pip setuptools wheel
-
python3 -V
-
python3 -V
-
pip3 -V
-
pip3 -V
-
python3 -m venv venv/
-
python3 -m venv venv/
-
. venv/bin/activate
-
. venv/bin/activate
-
pip install --upgrade pip setuptools wheel
-
pip install --no-cache-dir .[tests] 2>&1 | tee pip_install.log
-
pip install --no-cache-dir .[tests] 2>&1 | tee pip_install.log
-
pip list
-
pip list
-
env
-
env
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment