From 6a5421046e360510ac02e8de1e029a804b61864c Mon Sep 17 00:00:00 2001 From: zacliu2023 <140705676+zacliu2023@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:53:21 +0800 Subject: [PATCH] Update python-app.yml change pip source from http://mirrors.aliyun.com/pypi/simple/ to https://mirrors.aliyun.com/pypi/simple/ --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f66cd5b9..2ec6f921 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -26,7 +26,7 @@ jobs: python-version: "3.9" - name: Install dependencies run: | - python -m pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ + python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ python -m pip install --upgrade pip python -m pip install flake8 pytest python -m pip install torch