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.db.mnist
Commits
34dcecf6
Commit
34dcecf6
authored
Oct 05, 2021
by
Amir MOHAMMADI
Browse files
[conda] use pip to install the package [skip ci]
parent
1b2c4333
Pipeline
#54780
failed with stages
in 4 minutes and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
34dcecf6
...
...
@@ -12,15 +12,16 @@ 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
-
bob_dbmanage.py {{ name.replace('bob.db.', '') }} download --missing
-
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
pip {{ pip }}
-
bob.db.base
run
:
-
python
...
...
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