diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8316fe5762..22cfbdf744 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,16 +51,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python - if: matrix.os[0] != 'macos' uses: actions/setup-python@v5 with: python-version: ${{ matrix.config[0] }} - - name: Set up Python (macOS) - if: matrix.os[0] == 'macos' - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.config[0] }} - architecture: arm64 - name: Pip cache uses: actions/cache@v4 with: