From f94ac055a8a3675d14c4a6eb189e5a127180054c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20And=C3=A9n?= Date: Tue, 18 Jun 2024 20:39:32 +0200 Subject: [PATCH] ci: add tmate --- .github/workflows/python_skbuild_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python_skbuild_wheels.yml b/.github/workflows/python_skbuild_wheels.yml index 4af188d0d..2b871e405 100644 --- a/.github/workflows/python_skbuild_wheels.yml +++ b/.github/workflows/python_skbuild_wheels.yml @@ -57,6 +57,9 @@ jobs: lib.exe /def:${{ github.workspace }}\fftw64\libfftw3f-3.def /out:${{ github.workspace }}\fftw64\libfftw3f-3.lib /machine:x64 lib.exe /def:${{ github.workspace }}\fftw64\libfftw3l-3.def /out:${{ github.workspace }}\fftw64\libfftw3l-3.lib /machine:x64 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Build wheels uses: pypa/cibuildwheel@v2.19.1 env: