kind: pipeline name: default steps: - name: test image: python:latest commands: - pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple - cd 花山印象 - pip3 install -r ./requirements.txt - python3 ./sell_status.py