diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec8db832..bbe2da1e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,16 +131,16 @@ jobs: C:\Program Files (x86)\Intel\oneAPI\ fail-on-cache-miss: true -# - name: Setup tmate session -# uses: mxschmitt/action-tmate@v3 -# with: -# limit-access-to-actor: true - - name: Configure build for 64-bit Windows uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0 with: arch: amd64 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + # https://cibuildwheel.pypa.io/en/stable/setup/#github-actions - name: Build wheels uses: pypa/cibuildwheel@v2.22.0