Skip to content

Commit f6ef994

Browse files
1 parent 5c5ea54 commit f6ef994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Tests
32

43
on:
@@ -39,7 +38,8 @@ jobs:
3938
python-version: "${{ matrix.python-version }}"
4039
- name: Install dependencies
4140
run: |
42-
python -m pip install --upgrade pip setuptools coveralls "tox<5" "tox-gh-actions<4" stripe django django_recaptcha
41+
python -m pip install --upgrade pip setuptools
42+
python -m pip install -r requirements/tests.txt
4343
- name: Set up databases
4444
run: |
4545
PGPASSWORD="postgres" createuser -U postgres -d djangoproject --superuser -h localhost

0 commit comments

Comments
 (0)