Install requests in before_scripts

This commit is contained in:
Paul Keith 2021-10-13 01:01:30 -05:00
parent fca6c52e8e
commit ac513b6cd9

View File

@ -9,8 +9,8 @@ cache:
before_script:
- python -V # Print out python version for debugging
- pip install requests
verify:
script:
- pip install requests
- python cicd/verify-permissions.py