mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-03-06 23:29:37 +08:00
updated GitHub Actions config for requirements file changes
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
# Name: Video2X Nightly Build
|
# Name: Video2X Nightly Build
|
||||||
# Creator: K4YT3X
|
# Creator: K4YT3X
|
||||||
# Date Created: May 12, 2020
|
# Date Created: May 12, 2020
|
||||||
# Last Modified: May 13, 2020
|
# Last Modified: May 28, 2020
|
||||||
|
|
||||||
name: Video2X Nightly Build
|
name: Video2X Nightly Build
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install -U pip
|
python -m pip install -U pip
|
||||||
pip install -U pyinstaller pywin32
|
pip install -U pyinstaller pywin32
|
||||||
pip install -U -r requirements.txt
|
pip install -U -r requirements-windows.txt
|
||||||
- name: Build Video2X CLI
|
- name: Build Video2X CLI
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --noconfirm --log-level=WARN `
|
pyinstaller --noconfirm --log-level=WARN `
|
||||||
|
|||||||
Reference in New Issue
Block a user