Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mka142 authored May 6, 2022
1 parent acf8ce1 commit e66e7c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install coverage
pip install django==${{ matrix.django-version }}
python setup.py clean build install
- name: Run test
run: coverage run --source='.' manage.py test
run: coverage run --source='.' manage.py test

0 comments on commit e66e7c0

Please sign in to comment.