Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SrisailamKakurala committed Dec 29, 2024
1 parent 2bb75a0 commit 5c5ea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: "${{ matrix.python-version }}"
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools coveralls "tox<5" "tox-gh-actions<4" stripe django
python -m pip install --upgrade pip setuptools coveralls "tox<5" "tox-gh-actions<4" stripe django django_recaptcha
- name: Set up databases
run: |
PGPASSWORD="postgres" createuser -U postgres -d djangoproject --superuser -h localhost
Expand Down

0 comments on commit 5c5ea54

Please sign in to comment.