Skip to content

Commit

Permalink
enable debug shh access to check CMake logs for which header is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Nov 13, 2023
1 parent cf8e024 commit b36dc44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ jobs:
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
### uncomment to gain ssh access in case of failure
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

dist_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b36dc44

Please sign in to comment.