diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3683b6ad..0b9a7a6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,19 @@ jobs: pip install --no-build-isolation --no-deps -e . cd .. + - name: Install imSim + run: + pip install . + + - name: Install test deps + run: | + 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