remove pycache attempt 2

This commit is contained in:
Il'ya (Marshal) 2022-05-09 12:31:55 +02:00
parent fa14282533
commit f3aae58a6a

View file

@ -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"