FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: Force-enable long path support on AppVeyor by QuLogic · Pull Request #32242 · matplotlib/matplotlib · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 5 additions & 0 deletions .appveyor.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ cache:
- '%USERPROFILE%\.cache\matplotlib'

init:
# Force enable long path support, because micromamba isn't doing it correctly.
# https://github.com/mamba-org/mamba/issues/4392
- ps:
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem"
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
- ps:
Invoke-Webrequest
-URI https://micro.mamba.pm/api/micromamba/win-64/latest
Expand Down
Loading

Back | FazBrowse Home | New Git URL