Skip to content

Commit

Permalink
ci: Update pip installation source to use Tsinghua mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
TNXG committed Aug 25, 2024
1 parent 63ca1de commit 0061c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ steps:
image: python:3.12
commands:
- cd backend
- pip install -r requirements.txt
- pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
- python main.py

trigger:
branch:
- master
- master

0 comments on commit 0061c0f

Please sign in to comment.