Skip to content

Commit

Permalink
fix: try running tests with tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
originell committed Aug 30, 2021
1 parent a52ed78 commit 9de503b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip || true
pip install django Pillow pgmagick sorl-thumbnail
pip install django Pillow pgmagick sorl-thumbnail tox tox-gh-actions
- name: Build sdist
run: python setup.py build sdist
Expand All @@ -61,7 +61,7 @@ jobs:
pushd sorl-watermark*
python setup.py install
# test
python tests/runtests.py
tox -v
popd
popd
Expand Down

0 comments on commit 9de503b

Please sign in to comment.