From c468f06d3e81a6dafa1fa9fd5ad04984be0b54e4 Mon Sep 17 00:00:00 2001 From: andrewj-brown <92134285+andrewj-brown@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:25:52 +1000 Subject: [PATCH] remove debugging ls --- .github/workflows/setup-python/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/setup-python/action.yml b/.github/workflows/setup-python/action.yml index 8eb652d..bc152a4 100644 --- a/.github/workflows/setup-python/action.yml +++ b/.github/workflows/setup-python/action.yml @@ -40,10 +40,6 @@ runs: virtualenvs-in-project: true virtualenvs-path: '**/.venv' installer-parallel: true - - - name: Debugging GH actions is wicked silly - run: ls -al - shell: bash - name: Ensure poetry is on PATH run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH