Skip to content

Commit 36f2b19

Browse files
committed
Add step setting up MSVC
1 parent 6dde133 commit 36f2b19

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
@@ -55,6 +55,9 @@ jobs:
5555
- name: Install conda-build
5656
run: conda install conda-build
5757

58+
- name: Setup MSVC
59+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
60+
5861
- name: Build conda package
5962
run: |
6063
CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"

0 commit comments

Comments
 (0)