We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dde133 commit 9684e47Copy full SHA for 9684e47
.github/workflows/conda-package.yml
@@ -112,6 +112,9 @@ jobs:
112
- name: Install conda-build
113
run: conda install conda-build
114
115
+ - name: Setup MSVC
116
+ uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
117
+
118
- name: Build conda package
119
run: conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
120
0 commit comments