Skip to content

Commit f6ba7a9

Browse files
committed
Add step setting up MSVC
1 parent 9792c9b commit f6ba7a9

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
@@ -190,6 +190,9 @@ jobs:
190190
conda install -y conda-build python=3.12
191191
conda list -n base
192192
193+
- name: Setup MSVC
194+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
195+
193196
- name: Build conda package
194197
run: |
195198
conda activate

0 commit comments

Comments
 (0)