Skip to content

Commit

Permalink
feat: added claenup operations
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 14, 2022
1 parent e98291a commit 382eb1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v1
- run: python --version
- run: pip install -r requirements.txt
- run: pip install .
- run: cleanup .
- run: python setup.py test
- run: pip install twine wheel
- run: python setup.py sdist bdist_wheel
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- uses: actions/checkout@v1
- run: pypy --version
- run: pip install -r requirements.txt
- run: pip install .
- run: cleanup .
- run: pypy setup.py test

0 comments on commit 382eb1e

Please sign in to comment.