From 718db880e2521279f26e9a6a0f220bcb2bf891d0 Mon Sep 17 00:00:00 2001 From: wangjiacai Date: Sat, 14 Sep 2024 00:41:22 +0800 Subject: [PATCH] revert f5dce0af2e71c5099aea9788d01b511cffad8077 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert 更新 .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 64773cd..dbfe4cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ 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