Skip to content

Commit f75d538

Browse files
committed
specify python3
1 parent 6c9f715 commit f75d538

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ build:
1515
build:
1616
- {{ compiler("cxx") }}
1717
- cmake
18-
- python
19-
- pip
18+
- python3
19+
- pip3
2020
- setuptools
2121
- scikit-build
2222
host:
23-
- python
24-
- pip
23+
- python3
24+
- pip3
2525
- setuptools
2626
- scikit-build
2727
run:
@@ -34,8 +34,6 @@ build:
3434
cmake --build . --parallel ${CPU_COUNT:-1}
3535
cmake --install . --prefix $PREFIX
3636
cd ..
37-
# Now that pyproject.toml exists, pip will fetch scikit-build for metadata
38-
pip3 install --upgrade pip3 scikit-build
3937
pip3 install . --no-deps --ignore-installed -vv
4038
4139
about:

0 commit comments

Comments
 (0)