Skip to content

Commit ee5b298

Browse files
committed
Disable step with MSVC setup
1 parent 54efedd commit ee5b298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
- name: Install conda-build
125125
run: conda install conda-build
126126

127-
- name: Setup MSVC
128-
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
127+
# - name: Setup MSVC
128+
# uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
129129

130130
- name: Store conda paths as envs
131131
shell: bash -el {0}

0 commit comments

Comments
 (0)