From ad669b40db2f01e9f1b9f56f4c64bf2c14ecafa5 Mon Sep 17 00:00:00 2001 From: sangge <2251250136@qq.com> Date: Thu, 8 May 2025 18:36:06 +0800 Subject: [PATCH] feat: add pypi mirrors --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7aaadce..36e45fa 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Install dependencies shell: bash - run: pip install -r ${{ github.action_path }}/requirements.txt + run: pip install -r ${{ github.action_path }}/requirements.txt -i https://mirrors.ustc.edu.cn/pypi/simple - name: Run install script shell: bash