Skip to content

Commit

Permalink
Github Actions - pin coverage to 5.5
Browse files Browse the repository at this point in the history
Coverage 6.0+ does not get along with django-haystack, importing
haystack before django is configured.
  • Loading branch information
asedeno committed Nov 13, 2021
1 parent eb2797a commit 3cc9a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Django and other Python dependencies
run: |
python -m pip install --upgrade pip
pip install django~=${{ matrix.django-version }} coveralls xapian*.whl
pip install django~=${{ matrix.django-version }} coverage~=5.5 coveralls xapian*.whl
- name: Checkout django-haystack
uses: actions/checkout@v2
Expand Down

0 comments on commit 3cc9a8c

Please sign in to comment.