Skip to content

Commit 1f11ad7

Browse files
author
OliverBScott
committed
Updated conda recipe
1 parent 77c3635 commit 1f11ad7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conda/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ source:
77

88
build:
99
number: 0
10-
script: "$PYTHON setup.py install --single-version-externally-managed --record=/tmp/record.txt"
10+
script: "$PYTHON setup.py install --single-version-externally-managed --record=/tmp/record.txt" [not-win]
11+
script: "%PYTHON% setup.py install" [win]
1112

1213
requirements:
1314
build:

0 commit comments

Comments
 (0)