Skip to content

Commit e1a477c

Browse files
committed
Add tmate step to allow debugging
1 parent 28fca7e commit e1a477c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
pip install --no-deps so3 pyssht
5959
pip install --no-deps .
6060
61+
- if: matrix.os == 'macos-latest'
62+
name: Setup tmate session
63+
uses: mxschmitt/action-tmate@v3
64+
with:
65+
limit-access-to-actor: true
66+
6167
- if: matrix.os != 'macos-latest'
6268
name: Set up Python ${{ matrix.python-version }}
6369
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)