From 257219604a6b2f9cbe053064171885f4f0d4651f Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 25 Apr 2025 21:53:32 +0800 Subject: [PATCH] update --- .github/workflows/template_unit_pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 5a0fc70..bd487a5 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -55,6 +55,8 @@ jobs: echo "Pipfile content:" cat Pipfile pipenv install --dev --skip-lock + echo "Listing installed packages:" + pipenv graph - name: Run tests with pytest working-directory: ${{ env.WORKING_DIR }}