Update main.yml
This commit is contained in:
parent
6e45f60061
commit
eeb3475f34
1 changed files with 6 additions and 3 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue