Skip to content

Commit d6c555f

Browse files
committed
win: refactor
1 parent 6199620 commit d6c555f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

quaddtype/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,14 @@ repair-wheel-command = "delocate-wheel -w {dest_dir} -v {wheel}"
8383

8484
[tool.cibuildwheel.windows]
8585
before-all = '''
86-
"C:\\Program Files\\PowerShell\\7\\pwsh.EXE" -Command "& {
86+
"C:\\Program Files\\PowerShell\\7\\pwsh.EXE" -command "& {
8787
Invoke-WebRequest -Uri 'https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe' -OutFile 'miniconda.exe'
8888
Start-Process -FilePath 'miniconda.exe' -ArgumentList '/S','/D=$env:UserProfile\\Miniconda3' -Wait
8989
$env:PATH = '$env:UserProfile\\Miniconda3;$env:UserProfile\\Miniconda3\\Scripts;$env:UserProfile\\Miniconda3\\Library\\bin;' + $env:PATH
9090
& $env:UserProfile\\Miniconda3\\Scripts\\activate.ps1
9191
conda config --add channels conda-forge
9292
conda config --set channel_priority strict
9393
conda install -y -c conda-forge sleef
94-
Write-Host 'PATH:' $env:PATH
95-
Get-Command python | Format-List
9694
}"
9795
'''
9896
before-build = "pip install delvewheel"

0 commit comments

Comments
 (0)