We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ef2b6 commit 5d38aa3Copy full SHA for 5d38aa3
python/install.sh
@@ -163,7 +163,7 @@ if [ "$CONDA" == "YES" ]; then
163
cp build.sh.in ../build.sh
164
cp conda_build_config.yaml.in ../conda_build_config.yaml
165
cd ..
166
- conda-build . --python=3.6 --python=3.7 --python=3.8
+ conda-build .
167
cd python
168
169
fi
python/meta.yaml.in
@@ -8,6 +8,9 @@ package:
8
source:
9
path: .
10
11
+build:
12
+ string: _py{{ python | replace(".", "") }}
13
+
14
requirements:
15
host:
16
- python {{ python }}
0 commit comments