diff --git a/.github/workflows/rename-inactive-branches.yml b/.github/workflows/rename-inactive-branches.yml index 4e181a4d..2c188e66 100644 --- a/.github/workflows/rename-inactive-branches.yml +++ b/.github/workflows/rename-inactive-branches.yml @@ -20,8 +20,8 @@ jobs: with: python-version: '3.x' -# - name: Install Libraries -# run: pip install requests + - name: Install Libraries + run: pip install requests - name: Run Script to Rename Inactive Branches run: |