Skip to content

Commit

Permalink
forgot to install it
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Feb 5, 2022
1 parent 61d1788 commit 6b916fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 }} filelock~=${{ matrix.filelock-version }} coveralls xapian*.whl
- name: Checkout django-haystack
uses: actions/checkout@v2
Expand Down

0 comments on commit 6b916fe

Please sign in to comment.