diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index 2799bbf759..762dffc7d3 100644 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -14,9 +14,3 @@ if [[ "$platformstr" != "Darwin" ]]; then else echo "Skipping tests on Mac" fi - -mkdir bldtest -cd bldtest -cmake .. -DENABLE_TESTS=ON -DBURN_TAG=OFF -make catch_test -j -./libnnpdf/tests/catch_test