.travis.yml set MKL_THREADING_LAYER="GNU"

This commit is contained in:
Andrew Hundt
2017-11-18 13:17:49 -05:00
committed by GitHub
parent 052b05ad75
commit 8f0d77448a
+1
View File
@@ -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