Skip to content

Commit

Permalink
Disable numba parallel directive in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlin-policar committed Sep 12, 2018
1 parent 76337cc commit a0eb314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ environment:
BUILD_ENV: wheel==0.29.0 pip==9.0.1 numpy==1.9.3
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1

# Numba's ``parallel`` directive does not work on 32 bit machines
NUMBA_DISABLE_JIT: True

matrix:
- PYTHON: C:\Python35
Expand Down

0 comments on commit a0eb314

Please sign in to comment.