Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoberSobber committed Mar 2, 2024
1 parent c2f1376 commit b27905c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install moviepy pytube gtts
- name: Install Submodule Python dependencies
run: |
python -m pip install -r lib/generator/requirements.txt
# Make the generate-with-extra-logging.sh script executable
- name: Make script executable
run: chmod +x generate-with-extra-logging.sh
Expand Down

0 comments on commit b27905c

Please sign in to comment.