Update main.yml

This commit is contained in:
Evil0ctal 2021-12-02 18:58:35 -08:00 committed by GitHub
parent 6e45f60061
commit eeb3475f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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