From c2c33e45b825c449fc479856e4438001a53b45a4 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 31 Mar 2023 07:21:03 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-cmdpriv-template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-cmdpriv-template.yml b/.github/workflows/update-cmdpriv-template.yml index 1dc617af..ff26d42d 100644 --- a/.github/workflows/update-cmdpriv-template.yml +++ b/.github/workflows/update-cmdpriv-template.yml @@ -24,7 +24,8 @@ jobs: python-version: 3.x - name: Install dependencies - run: pip install -r requirements.txt + run: | + python -m pip install --upgrade pip - name: Run generate_cmdpriv_template.py run: python3 generate_cmdpriv_template.py