Skip to content

Commit

Permalink
ci: add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 18, 2024
1 parent 903b23f commit f94ac05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
env:
Expand Down

0 comments on commit f94ac05

Please sign in to comment.