fix: ci
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latests
|
||||
container:
|
||||
image: python:3.7.16
|
||||
image: python:3.7.17
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -24,8 +24,8 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir dist
|
||||
PYTHONUSERBASE=$CI_PROJECT_DIR/home pip install --upgrade pip -i https://mirror.aliyun.com/pypi/simple --user
|
||||
PYTHONUSERBASE=$CI_PROJECT_DIR/home pip install -r ./requirements.txt -i https://mirror.aliyun.com/pypi/simple --user
|
||||
PYTHONUSERBASE=$CI_PROJECT_DIR/home pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple --user
|
||||
PYTHONUSERBASE=$CI_PROJECT_DIR/home pip install -r ./requirements.txt -i https://mirrors.aliyun.com/pypi/simple --user
|
||||
rsync -ha ./ ./dist --exclude=dist --exclude=.git --delete
|
||||
|
||||
- name: Deploy
|
||||
|
Reference in New Issue
Block a user