Skip to content

Commit

Permalink
ci(production): install tox before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
asermax committed Aug 2, 2020
1 parent b6bbcd5 commit e38b47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.7'
- run: pip install tox
- run: tox
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='juryou',
version='0.5.0',
version='0.5.1',
description='Simple receipt generation library',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e38b47a

Please sign in to comment.