We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9b84 commit 58a96e7Copy full SHA for 58a96e7
packages/python/plotly/recipe/meta.yaml
@@ -10,7 +10,10 @@ source:
10
11
build:
12
number: 0
13
- script: "cd packages/python/plotly; {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -q"
+ script: |
14
+ cd packages/python/plotly
15
+ {{ PYTHON }} setup.py sdist
16
+ {{ PYTHON }} -m pip install dist/plotly-{{ version }}.tar.gz --no-deps --ignore-installed --no-cache-dir -q
17
noarch: python
18
19
requirements:
0 commit comments