Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed May 10, 2022
1 parent 5a55e43 commit ad24e71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ build:
script:
- cd python
- >-
"{{ PYTHON }}" -m pip install . -vv --install-option="--cpp_implementation" # [unix]
"{{ PYTHON }}" -m pip install . -vv
--install-option="--cpp_implementation" # [unix]
requirements:
build:
Expand Down

0 comments on commit ad24e71

Please sign in to comment.