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 5c5ea54 commit f6ef994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Tests

on:
Expand Down Expand Up @@ -39,7 +38,8 @@ 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 django_recaptcha
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements/tests.txt
- name: Set up databases
run: |
PGPASSWORD="postgres" createuser -U postgres -d djangoproject --superuser -h localhost
Expand Down

0 comments on commit f6ef994

Please sign in to comment.