forked from M-Labs/artiq
conda: do not compile .py files to .pyc.
We are producing a noarch package, and conda will strip all .pyc files, so this is a significant waste of time.
This commit is contained in:
parent
30f47994db
commit
cf5d50de0c
|
@ -18,7 +18,7 @@ build:
|
|||
- {{ entry_point }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
|
||||
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
|
||||
|
||||
requirements:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue