mirror of https://github.com/m-labs/artiq.git
conda: remove lib/python3.5 from artiq package paths as well.
Following c9287cfc
.
This commit is contained in:
parent
d0e5aec862
commit
5f3cb1263c
|
@ -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 --single-version-externally-managed --record=record.txt
|
||||
|
||||
requirements:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue