Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoblightning committed Jan 21, 2024
2 parents 2a5b1b3 + 4c29713 commit e81fc2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yt-dlp
tqdm
ffmpeg-python
ffmpeg-python

0 comments on commit e81fc2f

Please sign in to comment.