Skip to content

Commit 2bb75a0

Browse files
1 parent 4981ae2 commit 2bb75a0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: "${{ matrix.python-version }}"
4040
- name: Install dependencies
4141
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
4343
- name: Set up databases
4444
run: |
4545
PGPASSWORD="postgres" createuser -U postgres -d djangoproject --superuser -h localhost
@@ -60,10 +60,6 @@ jobs:
6060
echo '"trac_db_host": "localhost", ' >> conf/secrets.json
6161
echo '"trac_db_password": "secret", ' >> conf/secrets.json
6262
echo '"secret_key": "a"}' >> conf/secrets.json
63-
- name: Install Django
64-
run: |
65-
python -m pip install django
66-
6763
- name: Run collectstatic with ManifestStaticFilesStorage
6864
env:
6965
DJANGO_SETTINGS_MODULE: "djangoproject.settings.dev"

0 commit comments

Comments
 (0)