From 70ed0533a9d4acbe458b630e1434fa3a0d10f88a Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Mon, 13 May 2024 11:09:25 -0500 Subject: [PATCH] Remove env step not used by CI in testing (#4476) --- .github/workflows/cmake-ctest.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index 20a121c29ff..2579fce6596 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -413,9 +413,6 @@ jobs: compiler: intel version: '2024.1' - - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.13.0 - - name: Set file base name (Windows_intel) id: set-file-base run: |