We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdbe04 commit b2ea4e9Copy full SHA for b2ea4e9
appveyor.yml
@@ -50,6 +50,7 @@ install:
50
{$root = "C:\Miniconda-x64"}
51
$env:path="$root;$root\Scripts;$root\Library\bin;$($env:path)"
52
53
+ - cmd: setx NUMBA_DISABLE_JIT "1"
54
- cmd: conda config --set show_channel_urls true
55
- cmd: conda config --set always_yes yes --set changeps1 no
56
- cmd: conda update -n base conda
0 commit comments