Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.core
Commits
7e56635c
Commit
7e56635c
authored
Oct 05, 2021
by
Amir MOHAMMADI
Browse files
[conda] use pip to install the package [skip ci]
parent
5978592c
Pipeline
#54836
passed with stages
in 12 minutes and 20 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
7e56635c
...
...
@@ -12,9 +12,9 @@ build:
script
:
-
cd {{ project_dir }}
{
%
if environ.get('BUILD_EGG') %
}
-
python
setup.py sdist --formats=zip
-
"
{{
PYTHON
}}
setup.py
sdist
--formats=zip
"
{
%
endif %
}
-
python setup.py install --single-version-externally-managed --record record.txt
-
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
build
:
...
...
@@ -26,6 +26,7 @@ requirements:
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
bob.extension
-
bob.blitz
-
libblitz {{ libblitz }}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment