Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.fusion.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
bob
bob.fusion.base
Commits
9e82c008
Commit
9e82c008
authored
3 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
[conda] use pip to install the package [skip ci]
parent
270137bf
No related branches found
Branches containing commit
Tags
v2.0.3
Tags containing commit
No related merge requests found
Pipeline
#55228
passed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/meta.yaml
+3
-2
3 additions, 2 deletions
conda/meta.yaml
with
3 additions
and
2 deletions
conda/meta.yaml
+
3
−
2
View file @
9e82c008
...
@@ -12,14 +12,15 @@ build:
...
@@ -12,14 +12,15 @@ build:
script
:
script
:
-
cd {{ project_dir }}
-
cd {{ project_dir }}
{
%
if environ.get('BUILD_EGG') %
}
{
%
if environ.get('BUILD_EGG') %
}
-
python
setup.py sdist --formats=zip
-
"
{{
PYTHON
}}
setup.py
sdist
--formats=zip
"
{
%
endif %
}
{
%
endif %
}
-
python setup.py install --single-version-externally-managed --record record.txt
-
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
requirements
:
host
:
host
:
-
python {{ python }}
-
python {{ python }}
-
setuptools {{ setuptools }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
bob.extension
-
bob.extension
-
bob.core
-
bob.core
-
bob.measure
-
bob.measure
...
...
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