Skip to content

Commit

Permalink
minor change back to reflect coverage results at NERSC
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 10, 2024
1 parent 79ca9d6 commit 811eccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install pytest\<7 pytest-cov\<4 coveralls
python -m pip install --upgrade pip setuptools wheel
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 -U 'numpy${{ matrix.numpy-version }}'
Expand Down

0 comments on commit 811eccb

Please sign in to comment.