From eeb3475f347570b55e4217fe6005bc8725b7875f Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Thu, 2 Dec 2021 18:58:35 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30a4bc1..55138d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,13 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: | + python -m pip install --upgrade pip + pip install -r ./requirements.txt + # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo Add other actions to build, - echo test, and deploy your project. + cd TikTokDownloader_PyWebIO + python3 main.py