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 }}