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 65b3563 commit 06dc7f9Copy full SHA for 06dc7f9
.github/workflows/tests.yml
@@ -50,10 +50,13 @@ jobs:
50
- if: matrix.os == 'macos-latest'
51
name: Install dependencies with conda on MacOS
52
# Avoid OpenMP runtime incompatibility when using PyPI wheels
53
+ # by installing torch and healpy using conda
54
# https://github.com/healpy/healpy/issues/1012
55
run: |
- conda install conda-pypi
56
- conda pip install ".[tests]"
+ conda install jax "jax>=0.3.13,<0.6.0" "numpy>=1.20,<2" ducc0 healpy torch pytest pytest-cov
57
+ python -m pip install --upgrade pip
58
+ pip install --no-deps so3 pyssht
59
+ pip install --no-deps .
60
61
- if: matrix.os != 'macos-latest'
62
name: Set up Python ${{ matrix.python-version }}
0 commit comments