From f3aae58a6a5f6714f6ac2637d7ba30cfcb500d21 Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Mon, 9 May 2022 12:31:55 +0200 Subject: [PATCH] remove pycache attempt 2 --- .github/workflows/make_files_tree.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_files_tree.yml b/.github/workflows/make_files_tree.yml index eb16b32a91..b1333cd663 100644 --- a/.github/workflows/make_files_tree.yml +++ b/.github/workflows/make_files_tree.yml @@ -39,13 +39,13 @@ jobs: run: | git pull python make_files_tree.py + rm -rf __pycache__ - name: Commit and push changes. run: | git checkout data rm -rf data - rm -rf __pycache__ mv data_ci data git config --global user.email "github-action@users.noreply.github.com"