From 55701f85f9dc43a1c9ebb673f1ab87120977c3b0 Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Tue, 1 Aug 2023 21:58:26 -0400 Subject: [PATCH] test --- .gitea/workflows/learn-gitea.actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index 53ee544..1f5ea8a 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -9,5 +9,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 'pypy3.10' + - run : pip install --upgrade pip - run: pip install boto3 - run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"