From 8f0d77448aece93d75544765435a7bd6c10cbb8a Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Sat, 18 Nov 2017 13:17:49 -0500 Subject: [PATCH] .travis.yml set MKL_THREADING_LAYER="GNU" --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f039ae3..39013c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ install: # command to run tests script: + - export MKL_THREADING_LAYER="GNU" # run keras backend init to initialize backend config - python -c "import keras.backend" # create dataset directory to avoid concurrent directory creation at runtime