You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/09/02 18:56:02 UTC

[libcloud] 01/03: Add cleanup step.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch pip_audit_gha_check
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 50d348b41e02dc643531238ee5eebb2ec1538697
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Sep 2 20:55:06 2022 +0200

    Add cleanup step.
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cfc763253..a5ee8534a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -214,6 +214,7 @@ jobs:
 
       - name: Run Checks
         run: |
+          rm -rf venv/ || true
           script -e -c "tox -e black-check,checks,import-timings,lint,pylint"
 
   micro-benchmarks: