1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Adding missing python module

This commit is contained in:
Michael Hollister 2024-11-11 18:12:16 -06:00
parent 27836fb497
commit dc52568f84

View file

@ -71,6 +71,7 @@ deploy:
before_script:
- cd receivers/electron
- pip install boto3
- pip install requests
script:
- python3 scripts/deploy/deploy.py
when: manual