Skip to content

Commit 5e3399d

Browse files
committed
Enabel tests for win-arm
1 parent 529ae04 commit 5e3399d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build_wheels:
13-
name: ${{ matrix.os }}, Python ${{matrix.python_impl }} ${{ matrix.python }}
13+
name: ${{ matrix.os }}, ${{matrix.python_impl }} ${{ matrix.python }}
1414
runs-on: ${{ matrix.os }}
1515
defaults:
1616
run:
@@ -39,7 +39,7 @@ jobs:
3939
CIBW_TEST_REQUIRES: pytest pytest-xdist
4040
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['-n','auto','--skip-examples','--skip-slow'], exit=True)"
4141
# Avoid testing on emulated architectures and Pyodide
42-
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide* *win_arm64*"
42+
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4343
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'
4444
CIBW_BUILD_VERBOSITY: 1
4545
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}

0 commit comments

Comments
 (0)