Skip to content

Commit 8babdc0

Browse files
committed
test after installing
1 parent 5be0def commit 8babdc0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

recipe/build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
./autogen.sh
44
./configure PYTHON CXXFLAGS='-O1'
55
make -C Python
6+
make -C Python wheel
7+
pip install Python/dist/QuantLib-*.whl
8+
9+
# testing
610
pushd Python
711
pytest
812
popd
9-
make -C Python wheel
10-
pip install Python/dist/QuantLib-*.whl

0 commit comments

Comments
 (0)