We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc22d1 commit fbbf397Copy full SHA for fbbf397
.github/workflows/conda-package-cf.yml
@@ -123,8 +123,6 @@ jobs:
123
- name: Install conda-build
124
run: conda install -n base -y conda-build
125
126
- - name: Setup MSVC
127
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
128
- name: Build conda package
129
run: conda build --no-test --python ${{ matrix.python }} --numpy ${{ matrix.numpy }} -c conda-forge --override-channels conda-recipe-cf
130
0 commit comments