Skip to content

Commit 9da18ce

Browse files
Update build_wheels.yml
Trying to diagnose test failures on github
1 parent 924b2de commit 9da18ce

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ on: [push, pull_request]
44

55
jobs:
66
build_wheels_windows:
7-
name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.arch }} wheels
7+
name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.arch }} wheels
88
runs-on: ${{ matrix.os }}
99
env:
10-
TEMP: C:\Temp
11-
TMP: C:\Temp
10+
TEMP: ${{ runner.temp }}
11+
TMP: ${{ runner.temp }}
12+
OMP_NUM_THREADS: "1"
13+
OPENBLAS_NUM_THREADS: "1"
14+
MKL_NUM_THREADS: "1"
15+
VECLIB_MAXIMUM_THREADS: "1"
16+
NUMEXPR_NUM_THREADS: "1"
1217

1318
strategy:
1419
matrix:

0 commit comments

Comments
 (0)