Skip to content

Commit

Permalink
Add cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed Mar 9, 2024
1 parent de41e92 commit 000b13a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: "3.11"}
- name: Clean
run: |
rm -rf .hypothesis
rm -rf .pytest_cache
- name: Build Docs
run: |
pip install tox
Expand Down

0 comments on commit 000b13a

Please sign in to comment.