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 36f2b19Copy full SHA for 36f2b19
.github/workflows/conda-package.yml
@@ -55,6 +55,9 @@ jobs:
55
- name: Install conda-build
56
run: conda install conda-build
57
58
+ - name: Setup MSVC
59
+ uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
60
+
61
- name: Build conda package
62
run: |
63
CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"
0 commit comments