From 54856939b211873261e228016d9a4e7ee57d6602 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:41:13 -0800 Subject: [PATCH] Do not test windows installer. Revert after https://github.com/conda/menuinst/issues/178 is resolved --- .github/workflows/installers-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index c5795951e48..79ae4fc0338 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -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