Skip to content

Commit

Permalink
Test older pytest/coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 21, 2022
1 parent 0acfc3e commit dd577ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install pytest pytest-cov coveralls
python -m pip install pytest\<7 pytest-cov\<4 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 dd577ce

Please sign in to comment.