From feba8e99ae28a68cba3e66457679f2210bf59771 Mon Sep 17 00:00:00 2001 From: Adam Myers Date: Mon, 9 Sep 2024 15:53:08 -0700 Subject: [PATCH] revert to last version for which non-coveralls coverage worked --- .github/workflows/python-package.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 77e61dd6..01737876 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -58,12 +58,13 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ['3.10'] # ADM Python 3.11 still has problems with Numpy 1.23. + python-version: ['3.9'] # ADM Python 3.11 still has problems with Numpy 1.23. + astropy-version: ['<6'] # ADM latest version. fitsio-version: ['<2'] # ADM latest version. numpy-version: ['<1.23'] # to keep asscalar, used by astropy. matplotlib-version: ['<3.6.3'] # later versions of matplotlib require later versions of numpy. env: - DESIUTIL_VERSION: 3.4.3 + DESIUTIL_VERSION: 3.4.2 DESIMODEL_DATA: branches/test-0.18 steps: @@ -92,7 +93,7 @@ jobs: env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: coveralls --service=github + run: coveralls docs: name: Doc test