Skip to content

Commit b2ea4e9

Browse files
committed
Added numba disable to appv build
1 parent fcdbe04 commit b2ea4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ install:
5050
{$root = "C:\Miniconda-x64"}
5151
$env:path="$root;$root\Scripts;$root\Library\bin;$($env:path)"
5252

53+
- cmd: setx NUMBA_DISABLE_JIT "1"
5354
- cmd: conda config --set show_channel_urls true
5455
- cmd: conda config --set always_yes yes --set changeps1 no
5556
- cmd: conda update -n base conda

0 commit comments

Comments
 (0)