From a289f57a4ed7991b0234421189a669be8e3f0c15 Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 25 Apr 2025 21:46:36 +0800 Subject: [PATCH] update --- .github/workflows/template_unit_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 81344d1..5a0fc70 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -54,7 +54,7 @@ jobs: ls -al echo "Pipfile content:" cat Pipfile - pipenv sync -d + pipenv install --dev --skip-lock - name: Run tests with pytest working-directory: ${{ env.WORKING_DIR }}