Skip to content

Commit

Permalink
Update process_lyrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HKLHaoBin authored Dec 10, 2024
1 parent 22fd027 commit 898e6ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/process_lyrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ permissions:
jobs:
process_lyrics:
runs-on: ubuntu-latest

steps:
- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -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

0 comments on commit 898e6ea

Please sign in to comment.