Skip to content

Commit 1a4e58f

Browse files
authored
Merge pull request mhils#19 from jtjbrady/master
Fix appveyor build
2 parents 975f9b9 + 3a67f9a commit 1a4e58f

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)