Skip to content

Commit 854c678

Browse files
committed
removed install flags
1 parent f75d538 commit 854c678

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conda-recipe/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ build:
1515
build:
1616
- {{ compiler("cxx") }}
1717
- cmake
18-
- python3
19-
- pip3
18+
- python
19+
- pip
2020
- setuptools
2121
- scikit-build
2222
host:
23-
- python3
24-
- pip3
23+
- python
24+
- pip
2525
- setuptools
2626
- scikit-build
2727
run:
@@ -34,7 +34,7 @@ build:
3434
cmake --build . --parallel ${CPU_COUNT:-1}
3535
cmake --install . --prefix $PREFIX
3636
cd ..
37-
pip3 install . --no-deps --ignore-installed -vv
37+
pip install . -vv
3838
3939
about:
4040
home: <PLACEHOLDER>

0 commit comments

Comments
 (0)