From e5e873664db54e4101288715f3647afcf9c831c0 Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Tue, 16 Jul 2024 12:25:35 -0700 Subject: [PATCH] Try forcing a newer healpy via pip --- .github/workflows/ci.yml | 4 ++++ etc/standalone_conda_requirements.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e3f3ac9..ce668451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,10 @@ jobs: conda install -y pytest pytest-xdist pip install pytest-durations + - name: Try newer healpy + run: | + pip install healpy>=1.17.3 --upgrade + - name: Cache data id: cache-data uses: actions/cache@v4 diff --git a/etc/standalone_conda_requirements.txt b/etc/standalone_conda_requirements.txt index c74455b6..eff80ba9 100644 --- a/etc/standalone_conda_requirements.txt +++ b/etc/standalone_conda_requirements.txt @@ -8,4 +8,3 @@ batoid-rubin sncosmo palpy rubin-sim -healpy>=1.17.3