From 181e5c94e636eb4899b871d398e668558f623436 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 12 May 2020 02:43:44 -0400 Subject: [PATCH] fixed path error for requirements.txt --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4dd83b..02fda88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pyinstaller - pip install -r src/requirements.txt + pip install -r requirements.txt - name: Build Video2X CLI run: | pyinstaller --noconfirm --log-level=WARN `