mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add NUMPY_EXPERIMENTAL_ARRAY_FUNCTION to .travis.yml
Instruct travis to use pre-numpy 1.17 behavior. Workaround issue for uncertainties package causing CI builds to fail Related: https://github.com/lebigot/uncertainties/issues/89
This commit is contained in:
parent
62865b3a55
commit
52f42ce76c
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ env:
|
|||
- LD_LIBRARY_PATH=$HOME/MOAB/lib:$HOME/DAGMC/lib
|
||||
- PATH=$PATH:$HOME/NJOY2016/build
|
||||
- COVERALLS_PARALLEL=true
|
||||
- NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue