mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-26 13:00:43 -05:00
testing
This commit is contained in:
parent
55701f85f9
commit
7671b03d34
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 'pypy3.10'
|
python-version: 'pypy3.10'
|
||||||
- run : pip install --upgrade pip
|
- run: pip install --upgrade pip
|
||||||
|
- run: pip freeze
|
||||||
- run: pip install boto3
|
- run: pip install boto3
|
||||||
- run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"
|
- run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"
|
||||||
|
|
Loading…
Reference in a new issue