Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Sep 13, 2022
1 parent b05da8d commit ea0fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pip install -U pip poetry
poetry install
poetry run pip install psycopg2 mysqlclient
poetry run pip install --pre -U "${{ matrix.django-version }}" "django-haystack>=3.2.dev0"
poetry run pip install --pre -U "${{ matrix.django-version }}" "git+https://github.com/django-haystack/django-haystack.git"
- name: Run QA checks
run: make qa
- name: Run tests suite
Expand Down

0 comments on commit ea0fdbc

Please sign in to comment.