Skip to content

Commit f0fba57

Browse files
Merge pull request #7 from RoboStack/master
Enable long path names on Win as suggested by @ooeygui (cc @wolfv)
2 parents 5cc68c0 + 084fa43 commit f0fba57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vinca/generate_azure.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ def literal_unicode_representer(dumper, data):
119119
call conda config --add channels robostack
120120
call conda config --set channel_priority strict
121121
122+
:: Enable long path names on Windows
123+
reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f
124+
122125
:: conda remove --force m2-git
123126
124127
C:\\Miniconda\\python.exe -m pip install git+https://github.com/mamba-org/boa.git@master

0 commit comments

Comments
 (0)