From dc52568f84ee376d40bf35062e3335c7b7cdd55d Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 18:12:16 -0600 Subject: [PATCH] Adding missing python module --- receivers/electron/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index c87cae8..624988a 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -71,6 +71,7 @@ deploy: before_script: - cd receivers/electron - pip install boto3 + - pip install requests script: - python3 scripts/deploy/deploy.py when: manual