mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
fixed path error for requirements.txt
This commit is contained in:
parent
37547d1233
commit
181e5c94e6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
pip install -r src/requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Build Video2X CLI
|
- name: Build Video2X CLI
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --noconfirm --log-level=WARN `
|
pyinstaller --noconfirm --log-level=WARN `
|
||||||
|
Loading…
Reference in New Issue
Block a user