diff --git a/.github/workflows/process_lyrics.yml b/.github/workflows/process_lyrics.yml index 5f54e13..11e9430 100644 --- a/.github/workflows/process_lyrics.yml +++ b/.github/workflows/process_lyrics.yml @@ -10,7 +10,6 @@ permissions: jobs: process_lyrics: runs-on: ubuntu-latest - steps: - name: Set up Python uses: actions/setup-python@v4 @@ -20,13 +19,9 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Install Dependencies - run: | - python3 -m pip install --upgrade pip - pip install PyGithub - - name: Process Lyrics env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + python3 -m pip install requests python3 process_lyrics.py