From ae37ccd0c2e293ec0e44dce049deb8a3fb41e95c Mon Sep 17 00:00:00 2001 From: kirtimanmishrazipstack Date: Fri, 26 Jul 2024 19:34:40 +0530 Subject: [PATCH] reverting pdm file --- .github/workflows/pdm-lock-automation.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pdm-lock-automation.yaml b/.github/workflows/pdm-lock-automation.yaml index 2c69d3a8b..0567b8a00 100644 --- a/.github/workflows/pdm-lock-automation.yaml +++ b/.github/workflows/pdm-lock-automation.yaml @@ -68,7 +68,6 @@ jobs: fi source .venv/bin/activate pdm lock -G :all - echo "**** View pdm.lock ****"; sh -c "cat pdm.lock"; if git diff --quiet; then echo "No changes in compared to the SELF branch." echo "Nothing to commit"