Add ls commands to debug dependency installation
Some checks failed
自动生成 label / Generate-label (push) Failing after 28s

This commit is contained in:
shenjack 2023-12-14 12:42:28 +08:00
parent c1587c0b49
commit ad68aa58b6
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -31,7 +31,13 @@ jobs:
git clone http://shenjack.top:5100/gitea-server/python-packs.git
cd python-packs
python3 -m ensurepip
ls -la .
ls -la ..
ls -la ../..
cd ..
ls -la .
ls -la ..
ls -la ../..
cd main
- name: 安装依赖