File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ jobs:
112
112
with :
113
113
path : ./quaddtype/wheelhouse/*.whl
114
114
name : wheels-${{ matrix.os }}
115
-
115
+
116
116
build_wheels_windows :
117
117
name : Build wheels on Windows
118
118
runs-on : windows-latest
119
119
strategy :
120
120
matrix :
121
- architecture : [x64]
121
+ architecture : [x64, x86 ]
122
122
123
123
steps :
124
124
- uses : actions/checkout@v3
@@ -147,13 +147,6 @@ jobs:
147
147
conda config --add channels conda-forge
148
148
conda config --set channel_priority strict
149
149
conda install -y sleef numpy
150
- conda list
151
- if [ ! -f "$CONDA_PREFIX/Library/include/sleef.h" ]; then
152
- echo "sleef.h not found. Installation may have failed."
153
- exit 1
154
- fi
155
- ls -l "$CONDA_PREFIX/Library/include/sleef.h"
156
- ls -l "$CONDA_PREFIX/Library/lib/sleef"*
157
150
158
151
- name : Setup build environment
159
152
shell : pwsh
You can’t perform that action at this time.
0 commit comments