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:
112112 with :
113113 path : ./quaddtype/wheelhouse/*.whl
114114 name : wheels-${{ matrix.os }}
115-
115+
116116 build_wheels_windows :
117117 name : Build wheels on Windows
118118 runs-on : windows-latest
119119 strategy :
120120 matrix :
121- architecture : [x64]
121+ architecture : [x64, x86 ]
122122
123123 steps :
124124 - uses : actions/checkout@v3
@@ -147,13 +147,6 @@ jobs:
147147 conda config --add channels conda-forge
148148 conda config --set channel_priority strict
149149 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"*
157150
158151 - name : Setup build environment
159152 shell : pwsh
You can’t perform that action at this time.
0 commit comments