feat: Delete the scripts/__pycache__ folder.

This commit is contained in:
NianBroken
2024-05-22 13:50:19 +08:00 Unverified
parent 2f55fc274d
commit 9a53b91bcf
+1
View File
@@ -127,6 +127,7 @@ jobs:
run: |
# 删除__pycache__文件夹
rm -rf __pycache__
rm -rf scripts/__pycache__
- name: Force push changes to main branch
run: |