updated GitHub Actions config for requirements file changes

This commit is contained in:
K4YT3X 2020-05-28 10:24:24 -04:00
parent 21407c831c
commit 682aeb82ff

View File

@ -1,7 +1,7 @@
# Name: Video2X Nightly Build
# Creator: K4YT3X
# Date Created: May 12, 2020
# Last Modified: May 13, 2020
# Last Modified: May 28, 2020
name: Video2X Nightly Build
@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install -U pip
pip install -U pyinstaller pywin32
pip install -U -r requirements.txt
pip install -U -r requirements-windows.txt
- name: Build Video2X CLI
run: |
pyinstaller --noconfirm --log-level=WARN `