We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2717a commit af99a83Copy full SHA for af99a83
.github/workflows/dev-cicd.yml
@@ -62,3 +62,7 @@ jobs:
62
files: ./coverage.xml
63
flags: unittests
64
name: codecov-umbrella
65
+ - name: Clean up pip cache
66
+ run: |
67
+ pip cache purge
68
+ rm -rf ~/.cache/pip
0 commit comments