From 060f2c9caac8b72fc14ea17d8ca26b1cd649c407 Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Tue, 1 Aug 2023 21:54:02 -0400 Subject: [PATCH] fix: testing --- .gitea/workflows/learn-gitea.actions.yml | 3 ++- requirements.txt | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index 9578fe8..53ee544 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -9,4 +9,5 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 'pypy3.10' - - run: pip install -r requirements.txt && python main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com" + - run: pip install boto3 + - run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com" diff --git a/requirements.txt b/requirements.txt index 0bba109..a555e09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ -boto3==1.28.10 -botocore==1.31.10 jmespath==1.0.1 python-dateutil==2.8.2 s3transfer==0.6.1