This commit is contained in:
Mike 2023-08-01 22:00:18 -04:00
parent 55701f85f9
commit 7671b03d34

View file

@ -10,5 +10,6 @@ jobs:
with:
python-version: 'pypy3.10'
- run: pip install --upgrade pip
- run: pip freeze
- run: pip install boto3
- run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"