Skip to content

Commit 5fec128

Browse files
committed
Use the wrapper command since it avoid weirdness in powershell with the error stream.
1 parent 8aa0536 commit 5fec128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test_script:
4444
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
4545
- ps: |
4646
if($env:appveyor_repo_tag -eq 'True') {
47-
anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1
47+
cmd /c "anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1"
4848
}
4949
5050
artifacts:

0 commit comments

Comments
 (0)