mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
fix: testing
This commit is contained in:
parent
a81862ae19
commit
060f2c9caa
2 changed files with 2 additions and 3 deletions
|
@ -9,4 +9,5 @@ jobs:
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 'pypy3.10'
|
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"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
boto3==1.28.10
|
|
||||||
botocore==1.31.10
|
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
s3transfer==0.6.1
|
s3transfer==0.6.1
|
||||||
|
|
Loading…
Reference in a new issue