requirements

This commit is contained in:
Alex Stephen 2020-01-06 14:32:28 -08:00
commit 9ac5a37af1
2 changed files with 4 additions and 1 deletions

View file

@ -16,10 +16,11 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install ansible
- name: Install ansible and collection dependencies
run: |
python -m pip install --upgrade pip
pip install ansible
pip install -r requirements.txt
- name: Build and install collection
run: |
ansible-galaxy collection build .

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
requests
google-auth