fix: add boto to requirements

This commit is contained in:
Smigz 2023-08-01 22:07:18 -04:00
parent 1f16923090
commit 02b436ff8b
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,4 @@ jobs:
with:
python-version: 'pypy3.10'
- 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"