Skip to content

Commit

Permalink
Fix CircleCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
papachristoumarios committed Feb 26, 2021
1 parent 7b84432 commit 619e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
rm -rf build;
mkdir build;
cd build;
cmake -DDISABLE_NLP_ORACLES=ON ../test;
cmake -DDISABLE_NLP_ORACLES=ON -DUSE_MKL=OFF ../test;
make;
ctest -j8 --verbose;

0 comments on commit 619e1e3

Please sign in to comment.