forked from M-Labs/artiq
conda: remove lib/python3.5 from artiq package paths as well.
Following c9287cfc
.
This commit is contained in:
parent
fbf2c9a2fb
commit
44910efd0a
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
$PYTHON setup.py install \
|
||||
--prefix=$SP_DIR \
|
||||
--single-version-externally-managed \
|
||||
--record=record.txt \
|
||||
--no-compile
|
|
@ -18,7 +18,6 @@ build:
|
|||
- {{ entry_point }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
|
||||
ignore_prefix_files: True
|
||||
|
||||
requirements:
|
||||
|
|
Loading…
Reference in New Issue