Skip to content

Commit a23e6ee

Browse files
committed
test fix
1 parent f25922b commit a23e6ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ build:
3333
(cd build/test && ctest --output-on-failure)
3434
cmake --install build/standalone
3535
cd cli
36-
python -m pip install . --no-deps --ignore-installed --prefix=$PREFIX
36+
python -m pip install . --no-deps --ignore-installed
3737
cd ..
38-
export PYTHONPATH="$PREFIX:$PYTHONPATH";
3938
pytest tests/python
4039
4140
requirements:

0 commit comments

Comments
 (0)