We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5ea54 commit f6ef994Copy full SHA for f6ef994
.github/workflows/tests.yml
@@ -1,4 +1,3 @@
1
----
2
name: Tests
3
4
on:
@@ -39,7 +38,8 @@ jobs:
39
38
python-version: "${{ matrix.python-version }}"
40
- name: Install dependencies
41
run: |
42
- 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
43
- name: Set up databases
44
45
PGPASSWORD="postgres" createuser -U postgres -d djangoproject --superuser -h localhost
0 commit comments