File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 39
39
python-version : " ${{ matrix.python-version }}"
40
40
- name : Install dependencies
41
41
run : |
42
- python -m pip install --upgrade pip setuptools coveralls "tox<5" "tox-gh-actions<4"
42
+ python -m pip install --upgrade pip setuptools coveralls "tox<5" "tox-gh-actions<4" stripe django
43
43
- name : Set up databases
44
44
run : |
45
45
PGPASSWORD="postgres" createuser -U postgres -d djangoproject --superuser -h localhost
60
60
echo '"trac_db_host": "localhost", ' >> conf/secrets.json
61
61
echo '"trac_db_password": "secret", ' >> conf/secrets.json
62
62
echo '"secret_key": "a"}' >> conf/secrets.json
63
- - name : Install Django
64
- run : |
65
- python -m pip install django
66
-
67
63
- name : Run collectstatic with ManifestStaticFilesStorage
68
64
env :
69
65
DJANGO_SETTINGS_MODULE : " djangoproject.settings.dev"
You can’t perform that action at this time.
0 commit comments