This commit is contained in:
2026-03-20 03:29:02 +03:30
parent 1f39c16c26
commit 571b655080
+3 -3
View File
@@ -72,10 +72,10 @@ jobs:
pip3 config --user set global.extra-index-url https://mirror.cdn.ir/repository/pypi/simple
pip3 config --user set global.trusted-host "package-mirror.liara.ir mirror.cdn.ir mirror2.chabokan.net"
- name: Checkout code
- name: Show files
run: |
git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git .
pwd
ls -la
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip