File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ repair-wheel-command = "delocate-wheel -w {dest_dir} -v {wheel}"
83
83
84
84
[tool .cibuildwheel .windows ]
85
85
before-all = '''
86
- C:\Program Files\PowerShell\7\pwsh.EXE -command "& {Invoke-WebRequest -Uri 'https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe' -OutFile 'miniconda.exe'}"
86
+ " C:\Program Files\PowerShell\7\pwsh.EXE" -command "& {Invoke-WebRequest -Uri 'https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe' -OutFile 'miniconda.exe'}"
87
87
Start-Process -FilePath 'miniconda.exe' -ArgumentList '/S','/D=$env:UserProfile\\Miniconda3' -Wait
88
88
$env:PATH = '$env:UserProfile\\Miniconda3;$env:UserProfile\\Miniconda3\\Scripts;$env:UserProfile\\Miniconda3\\Library\\bin;$env:PATH
89
89
$env:UserProfile\\Miniconda3\\Scripts\\activate.ps1
You can’t perform that action at this time.
0 commit comments