Skip to content

Commit ef1ff02

Browse files
committed
Remove tmate and use explicit shell
1 parent e1a477c commit ef1ff02

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949

5050
- if: matrix.os == 'macos-latest'
5151
name: Install dependencies with conda on MacOS
52+
shell: bash -el {0}
5253
# Avoid OpenMP runtime incompatibility when using PyPI wheels
5354
# by installing torch and healpy using conda
5455
# https://github.com/healpy/healpy/issues/1012
@@ -58,12 +59,6 @@ jobs:
5859
pip install --no-deps so3 pyssht
5960
pip install --no-deps .
6061
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-
6762
- if: matrix.os != 'macos-latest'
6863
name: Set up Python ${{ matrix.python-version }}
6964
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)