Browse Source

Add more dependencies

pull/453/head
Pēteris Caune 4 years ago
committed by GitHub
parent
commit
be10a5a836
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/django.yml

+ 1
- 0
.github/workflows/django.yml View File

@ -25,6 +25,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install braintree mysqlclient apprise
- name: Run Tests - name: Run Tests
run: | run: |
python manage.py test python manage.py test

Loading…
Cancel
Save