We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 975f9b9 + 3a67f9a commit 1a4e58fCopy full SHA for 1a4e58f
1 file changed
appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
PATCH_VS2008: True
13
install:
14
- cmd: git submodule update --init --recursive
15
-- ps: install-module pscx -scope CurrentUser
+- ps: install-module pscx -scope CurrentUser -AllowClobber
16
- ps: >-
17
if ($env:PATCH_VS2008 -eq 'True') {
18
# http://scikit-ci-addons.readthedocs.io/en/latest/addons.html#patch-vs2008-py
0 commit comments