Skip to content

Commit

Permalink
Do not test windows installer.
Browse files Browse the repository at this point in the history
Revert after conda/menuinst#178 is resolved
  • Loading branch information
mrclary committed Jan 25, 2024
1 parent 94f3e7c commit 5485693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
fi
- name: Test Windows Installer
if: runner.os == 'Windows'
if: false
shell: cmd
run: |
start /wait %PKG_PATH% /InstallationType=JustMe /NoRegistry=1 /S
Expand Down

0 comments on commit 5485693

Please sign in to comment.