mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 13:20:30 -07:00
requirements
This commit is contained in:
parent
27e9569d1f
commit
9ac5a37af1
2 changed files with 4 additions and 1 deletions
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
|
@ -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
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
requests
|
||||
google-auth
|
Loading…
Add table
Add a link
Reference in a new issue