Skip to content

Commit fbbf397

Browse files
committed
remove setup MSVC step from conda-forge windows build
1 parent 1dc22d1 commit fbbf397

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ jobs:
123123
- name: Install conda-build
124124
run: conda install -n base -y conda-build
125125

126-
- name: Setup MSVC
127-
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
128126
- name: Build conda package
129127
run: conda build --no-test --python ${{ matrix.python }} --numpy ${{ matrix.numpy }} -c conda-forge --override-channels conda-recipe-cf
130128

0 commit comments

Comments
 (0)