Skip to content

Commit ebccbf8

Browse files
committed
fixing setup
1 parent 14a3a7a commit ebccbf8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/temp.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)