Skip to content

Commit a634b41

Browse files
committed
Test if these work on PowerShell
1 parent a922fdb commit a634b41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-install-instructions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- name: Install Miniforge3 on Windows
3939
shell: pwsh
4040
if: startsWith(matrix.os, 'windows')
41+
# start /wait "" ${{ matrix.INSTALLER }} /InstallationType=JustMe /AddToPath=0 /RegisterPython=0 /S /D=C:\miniforge3
4142
run: |
42-
start /wait "" ${{ matrix.INSTALLER }} /InstallationType=JustMe /AddToPath=0 /RegisterPython=0 /S /D=C:\miniforge3
43+
Start-Process -FilePath "${{ matrix.INSTALLER }}" -ArgumentList "/S" -Wait
4344
4445
- name: Create on *nix
4546
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macOS')

0 commit comments

Comments
 (0)