Skip to content

Commit

Permalink
ci: add tmate again
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 24, 2024
1 parent be81839 commit 8aa9a5f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ jobs:
cmake --build "${{ github.workspace }}\fftw-build" --config Release
cmake --install "${{ github.workspace }}\fftw-build"
cmake -S "${{ github.workspace }}\fftw-source" -D CMAKE_INSTALL_PREFIX="${{ github.workspace }}\fftw" -D ENABLE_AVX2=ON -D BUILD_TESTS=OFF -D BUILD_SHARED_LIBS=OFF -D ENABLE_OPENMP=ON -D ENABLE_FLOAT=ON -B "${{ github.workspace }}\fftw-build"
cmake --build "${{ github.workspace }}\fftw-build" --config Release
cmake --install "${{ github.workspace }}\fftw-build"
#cmake -S "${{ github.workspace }}\fftw-source" -D CMAKE_INSTALL_PREFIX="${{ github.workspace }}\fftw" -D ENABLE_AVX2=ON -D BUILD_TESTS=OFF -D BUILD_SHARED_LIBS=OFF -D ENABLE_OPENMP=ON -D ENABLE_FLOAT=ON -B "${{ github.workspace }}\fftw-build"
#cmake --build "${{ github.workspace }}\fftw-build" --config Release
#cmake --install "${{ github.workspace }}\fftw-build"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 8aa9a5f

Please sign in to comment.