Transition from setup.py to setup.cfg

This commit is contained in:
Shane McDonald
2022-06-27 09:22:25 -04:00
parent 63ea6bb5b3
commit cbea36745e
13 changed files with 104 additions and 216 deletions

View File

@@ -113,7 +113,7 @@ jobs:
- name: Install playbook dependencies
run: |
python3 -m pip install docker
python3 -m pip install docker setuptools_scm
- name: Build AWX image
working-directory: awx

View File

@@ -65,7 +65,7 @@ jobs:
- name: Install playbook dependencies
run: |
python3 -m pip install docker
python3 -m pip install docker setuptools_scm
- name: Build and stage AWX
working-directory: awx