Skip to content

Commit 452e168

Browse files
committed
CI setup msvvc-dev-cmd
1 parent ec9abb7 commit 452e168

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-conda-packages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
python --version
7575
python build_recipes.py
7676
77+
- name: setup MSVC
78+
if: contains(matrix.os, 'windows')
79+
uses: ilammy/msvc-dev-cmd@v1
80+
7781
- name: build conda packages
7882
if: contains(matrix.os, 'windows')
7983
shell: cmd /C call {0}

0 commit comments

Comments
 (0)