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 e1a477c commit ef1ff02Copy full SHA for ef1ff02
.github/workflows/tests.yml
@@ -49,6 +49,7 @@ jobs:
49
50
- if: matrix.os == 'macos-latest'
51
name: Install dependencies with conda on MacOS
52
+ shell: bash -el {0}
53
# Avoid OpenMP runtime incompatibility when using PyPI wheels
54
# by installing torch and healpy using conda
55
# https://github.com/healpy/healpy/issues/1012
@@ -58,12 +59,6 @@ jobs:
58
59
pip install --no-deps so3 pyssht
60
pip install --no-deps .
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