We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25922b commit a23e6eeCopy full SHA for a23e6ee
1 file changed
conda-recipe/meta.yaml
@@ -33,9 +33,8 @@ build:
33
(cd build/test && ctest --output-on-failure)
34
cmake --install build/standalone
35
cd cli
36
- python -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
+ python -m pip install . --no-deps --ignore-installed
37
cd ..
38
- export PYTHONPATH="$PREFIX:$PYTHONPATH";
39
pytest tests/python
40
41
requirements:
0 commit comments