Update workflow to include path configuration
This commit is contained in:
parent
450c879742
commit
74bbf2bfcf
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: 获取仓库
|
||||
uses: http://shenjack.top:5100/gitea-server/checkout@v4
|
||||
with:
|
||||
path: main
|
||||
|
||||
# - name: 安装 Python
|
||||
# uses: actions/setup-python
|
||||
@ -24,9 +26,14 @@ jobs:
|
||||
uses: http://shenjack.top:5100/gitea-server/checkout@v4
|
||||
with:
|
||||
repository: gitea-server/python-packs
|
||||
with:
|
||||
path: python-packs
|
||||
|
||||
- name: 安装依赖
|
||||
run: |
|
||||
ls -la .
|
||||
ls -la ..
|
||||
ls -la ../..
|
||||
python3 -m ../python-packs/ensurepip
|
||||
python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
python3 -m pip install -U pip
|
||||
|
Loading…
Reference in New Issue
Block a user