Skip to content

Commit

Permalink
Remove tox cache in gh-actions to prevent no space error
Browse files Browse the repository at this point in the history
Error message:

    ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
  • Loading branch information
j3soon committed Aug 13, 2024
1 parent 75f384a commit 91509cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-with-tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
- name: Remove tox cache
run: rm -rf .tox
- name: Prepare code coverage data
if: matrix.platform == 'ubuntu-22.04' && matrix.python-version == 3.9
run: |
Expand Down

0 comments on commit 91509cb

Please sign in to comment.