From f6ef994a59049bce42d3fb06e1c32059cc1c45fd Mon Sep 17 00:00:00 2001 From: srisailamkakurala Date: Sun, 29 Dec 2024 06:51:06 +0530 Subject: [PATCH] fix #1831 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a38727fb..193e16591 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,3 @@ ---- name: Tests on: @@ -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