diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index c51e3b668..1bea584b0 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -68,7 +68,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - submodules: 'true' # For aarch64 support # https://cibuildwheel.pypa.io/en/stable/faq/#emulation @@ -129,7 +128,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - submodules: 'true' - uses: actions/setup-python@v4 name: Install Python