瀏覽代碼

Try setting long paths.

Ian Rose 6 年之前
父節點
當前提交
358540c041
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      azure-pipelines.yml

+ 2 - 0
azure-pipelines.yml

@@ -74,6 +74,8 @@ jobs:
           versionSpec: '$(python.version)'
           architecture: 'x64'
 
+      - script: powershell Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem -Name LongPathsEnabled -Value 1
+        displayName: 'set long path'
       - script: 'python -m pip install -U pip'
         displayName: 'upgrade pip'
       - script: 'pip install --upgrade -e ".[test]"'