Skip to content

Commit

Permalink
Updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
afarzat-ed committed Mar 26, 2022
1 parent 8fd3c77 commit 4cc2c1e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
- name: Install SO Dependencies
run: |
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install coveralls
- name: Install django dependencies
run: pip install -r requirements.txt
- name: Install coveralls
run: pip install coveralls
- name: Run Tests
run: |
coverage run --source=django_webp manage.py test
Expand Down

0 comments on commit 4cc2c1e

Please sign in to comment.