From 73e58dd158a1ae5d10faa39f938990262a5c1ea0 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Wed, 29 Jan 2025 10:17:07 -0700 Subject: [PATCH] install pytest --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2ceb640..fae09df9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,9 +45,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Python dependencies run: | - python -m pip install --no-cache-dir --upgrade pip setuptools wheel - python -m pip install --no-cache-dir pyyaml requests - python -m pip install --no-cache-dir scipy matplotlib healpy + python -m pip install --no-cache-dir --upgrade pip setuptools wheel pytest + python -m pip install --no-cache-dir pyyaml requests scipy matplotlib healpy python -m pip install --no-cache-dir --upgrade "numpy${{ matrix.numpy-version }}" python -m pip install --no-cache-dir --upgrade "astropy${{ matrix.astropy-version }}" python -m pip install --no-cache-dir fitsio