From 350765197bc3e9ba43745cfc39f21273a7c2924a Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Wed, 18 Mar 2026 12:26:25 +0000 Subject: [PATCH] BLD: Isolate build failure --- .github/workflows/build-wheels.yml | 2 +- .gitmodules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2c330e7..1307e1d 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -26,7 +26,7 @@ jobs: os: ubuntu-latest python_impl: Pyodide env: - BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1 + BUILD_COMMIT: "osx-experiment" # or a specific version, e.g., v0.13.1 CIBW_BUILD: ${{ matrix.python }}-* CIBW_ARCHS_LINUX: "x86_64 aarch64" CIBW_ARCHS_MACOS: native diff --git a/.gitmodules b/.gitmodules index 20045ac..994c495 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "statsmodels"] path = statsmodels - url = https://github.com/statsmodels/statsmodels.git + url = https://github.com/bashtage/statsmodels.git