Skip to content

Commit

Permalink
WIP: Debug Windows Python CI with tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Apr 12, 2022
1 parent 6416175 commit 2fb461d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,14 @@ jobs:
set PATH="C:\P\grep;%PATH%"
set CC=cl.exe
set CXX=cl.exe
echo %PATH%
C:\Python3${{ matrix.python-version-minor }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ matrix.python-version-minor }}-x64" --no-cleanup
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 10

- name: Publish Python package as GitHub Artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 2fb461d

Please sign in to comment.