Skip to content

Commit

Permalink
removing redundant echo
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtimanmishrazipstack committed Jul 18, 2024
1 parent bb44aba commit 76d4e87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}".'
Expand All @@ -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
Expand Down

0 comments on commit 76d4e87

Please sign in to comment.