File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -83,16 +83,14 @@ 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 "& {
86
+ "C:\\Program Files\\PowerShell\\7\\pwsh.EXE" -command "& {
87
87
Invoke-WebRequest -Uri 'https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe' -OutFile 'miniconda.exe'
88
88
Start-Process -FilePath 'miniconda.exe' -ArgumentList '/S','/D=$env:UserProfile\\Miniconda3' -Wait
89
89
$env:PATH = '$env:UserProfile\\Miniconda3;$env:UserProfile\\Miniconda3\\Scripts;$env:UserProfile\\Miniconda3\\Library\\bin;' + $env:PATH
90
90
& $env:UserProfile\\Miniconda3\\Scripts\\activate.ps1
91
91
conda config --add channels conda-forge
92
92
conda config --set channel_priority strict
93
93
conda install -y -c conda-forge sleef
94
- Write-Host 'PATH:' $env:PATH
95
- Get-Command python | Format-List
96
94
}"
97
95
'''
98
96
before-build = " pip install delvewheel"
You can’t perform that action at this time.
0 commit comments