We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48319d7 commit 5fa5f40Copy full SHA for 5fa5f40
.github/workflows/conda-package.yml
@@ -82,6 +82,9 @@ jobs:
82
build_windows:
83
runs-on: windows-latest
84
timeout-minutes: 150
85
+ defaults:
86
+ run:
87
+ shell: cmd /C CALL {0}
88
89
strategy:
90
matrix:
@@ -107,7 +110,6 @@ jobs:
107
110
108
111
- name: Install conda build
109
112
run: |
- conda activate
113
conda install -y conda-build
114
conda list -n base
115
@@ -133,7 +135,6 @@ jobs:
133
135
env:
134
136
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
137
138
# TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
139
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
140
0 commit comments