Skip to content

Commit

Permalink
pin pytest for gwcs tests to deal with doctestplus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 9, 2024
1 parent cb0cb47 commit c4645a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
python-version: 3.9
- name: Install asdf-wcs-schemas
run: cd asdf-wcs-schemas && pip install .
- name: Install older pytest
run: pip install "pytest<8.1"
- name: Install gwcs
run: cd gwcs && pip install -e .[test]
- name: Pip Freeze
Expand Down

0 comments on commit c4645a5

Please sign in to comment.