From aaaa722bfe2290c4d12ac60ed256b848aada3c2f Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 20 Dec 2024 11:12:16 -0700 Subject: [PATCH] test with specutils similar to NERSC version --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index fe2ec2f30..20644927f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -78,7 +78,7 @@ jobs: python -m pip install pytest pytest-cov coveralls python -m pip install git+https://github.com/desihub/desiutil.git@${DESIUTIL_VERSION}#egg=desiutil python -m pip install -r requirements.txt - ### python -m pip install specutils + python -m pip install specutils\<1.15 python -m pip install -U 'numpy${{ matrix.numpy-version }}' python -m pip install -U 'astropy${{ matrix.astropy-version }}' python -m pip cache remove fitsio