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 06dc7f9 commit 28fca7eCopy full SHA for 28fca7e
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
# by installing torch and healpy using conda
54
# https://github.com/healpy/healpy/issues/1012
55
run: |
56
- conda install jax "jax>=0.3.13,<0.6.0" "numpy>=1.20,<2" ducc0 healpy torch pytest pytest-cov
+ conda install jax "jax>=0.3.13,<0.6.0" "numpy>=1.20,<2" ducc0 healpy pytorch pytest pytest-cov
57
python -m pip install --upgrade pip
58
pip install --no-deps so3 pyssht
59
pip install --no-deps .
@@ -65,7 +65,8 @@ jobs:
65
python-version: ${{ matrix.python-version }}
66
cache: pip
67
68
- - name: Install dependencies
+ - if: matrix.os != 'macos-latest'
69
+ name: Install dependencies
70
71
72
pip install .[tests]
0 commit comments