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 e012ecc commit 17a5fc1Copy full SHA for 17a5fc1
.appveyor.yml
@@ -41,6 +41,6 @@ test_script:
41
- cmd: conda build conda
42
- ps: |
43
if($env:appveyor_repo_tag -eq 'False') {
44
- cmd.exe /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu*"
45
- cmd.exe /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray*"
+ cmd /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu* 2>&1"
+ cmd /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray* 2>&1"
46
}
0 commit comments