Skip to content

Commit 3a67f9a

Browse files
authored
Update appveyor.yml
Fix Appveyor build
1 parent 975f9b9 commit 3a67f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
PATCH_VS2008: True
1313
install:
1414
- cmd: git submodule update --init --recursive
15-
- ps: install-module pscx -scope CurrentUser
15+
- ps: install-module pscx -scope CurrentUser -AllowClobber
1616
- ps: >-
1717
if ($env:PATCH_VS2008 -eq 'True') {
1818
# http://scikit-ci-addons.readthedocs.io/en/latest/addons.html#patch-vs2008-py

0 commit comments

Comments
 (0)