We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fca7e commit e1a477cCopy full SHA for e1a477c
.github/workflows/tests.yml
@@ -58,6 +58,12 @@ jobs:
58
pip install --no-deps so3 pyssht
59
pip install --no-deps .
60
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
+
67
- if: matrix.os != 'macos-latest'
68
name: Set up Python ${{ matrix.python-version }}
69
uses: actions/setup-python@v5
0 commit comments