Skip to content

Commit

Permalink
Simplify workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Aug 1, 2021
1 parent 47f3f74 commit 32bfc82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -29,6 +29,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
run: |
echo "Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}"
coverage run --source=sitetree setup.py test
coveralls --service=github

0 comments on commit 32bfc82

Please sign in to comment.