From 76d4e877f6e9e524c7352fd62798baa4f4e16fdf Mon Sep 17 00:00:00 2001 From: kirtimanmishrazipstack Date: Thu, 18 Jul 2024 19:06:49 +0530 Subject: [PATCH] removing redundant echo --- .github/workflows/pdm-lock-automation.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pdm-lock-automation.yaml b/.github/workflows/pdm-lock-automation.yaml index 1a4d5e0b7..2e87947bb 100644 --- a/.github/workflows/pdm-lock-automation.yaml +++ b/.github/workflows/pdm-lock-automation.yaml @@ -58,8 +58,6 @@ jobs: if [ "${{ matrix.directory }}" != "root" ]; then cd ${{ matrix.directory }} fi - echo "current dir before: "; pwd - echo "files in dir before: "; ls -al if [ ! -d ".venv" ]; then echo 'Creating virtual environment inside "${{ matrix.directory }}".' @@ -70,9 +68,6 @@ jobs: source .venv/bin/activate pdm lock - echo "current dir after: "; pwd - echo "files in dir after: "; ls -al - git add pdm.lock - name: Running pre-commit and commit pdm.lock