diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index ed03823..2bbdff9 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -12,4 +12,5 @@ jobs: - run: pip install --upgrade pip - run: pip freeze - run: pip install boto3 + - run: pip freeze - run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"