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