From 3f4d123112e80088ab0c633fd8faf2a6f845bb53 Mon Sep 17 00:00:00 2001 From: CapooL <2053217188@qq.com> Date: Mon, 11 Mar 2024 17:11:24 +0800 Subject: [PATCH] update(project): check to see if there is a problem with pip. --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d204e8a5..6f750965 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,6 +22,7 @@ jobs: - name: Install dependencies run: | cd hinghwa-dict-backend + python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - name: Start django service run: |