Skip to content

Commit

Permalink
EGCETSII#43: add linux dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnow11 committed Jan 9, 2022
1 parent 3755054 commit 5a5ce29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install linux dependencies
run: |
sudo apt-get install build-essential python3-dev python2.7-dev libldap2-dev libsasl2-dev tox lcov valgrind
sudo apt-get install build-essential python3-dev python2.7-dev libldap2-dev libsasl2-dev tox lcov valgrind libpq-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -59,7 +59,7 @@ jobs:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
run: |
cd decide
coverage run --branch --source=./administration/ ./manage.py test administration --keepdb -v 2
coverage run --branch --source=./administration/ ./manage.py test administration --noinput -v 2
coverage xml
- name: Codacy Coverage Reporter
uses: codacy/[email protected]
Expand Down

0 comments on commit 5a5ce29

Please sign in to comment.