Adjustments to return to a single requirements.txt

This commit is contained in:
ImportTaste
2020-06-04 18:53:50 -05:00
parent 8fd3292cd6
commit b024581906
7 changed files with 13 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install -U pip
pip install -U pyinstaller pywin32
pip install -U -r requirements-windows.txt
pip install -U -r requirements.txt
- name: Build Video2X CLI
run: |
pyinstaller --noconfirm --log-level=WARN `