Skip to content

Commit 9684e47

Browse files
committed
Add step setting up MSVC
1 parent 6dde133 commit 9684e47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
- name: Install conda-build
113113
run: conda install conda-build
114114

115+
- name: Setup MSVC
116+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
117+
115118
- name: Build conda package
116119
run: conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
117120

0 commit comments

Comments
 (0)