Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
50d73b10
Commit
50d73b10
authored
Feb 14, 2019
by
André Anjos
💬
Browse files
[black] Homogenize recipe installation
parent
f2771f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
conda/black/meta.yaml
View file @
50d73b10
...
...
@@ -12,9 +12,8 @@ source:
sha256
:
{{
sha256
}}
build
:
noarch
:
python
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
--no-cache-dir
-vvv
"
script
:
"
{{
PYTHON
}}
-m
pip
install
--no-deps
--ignore-installed
--no-cache-dir
.
"
entry_points
:
-
black = black:main
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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