Merge pull request #12428 from djyasin/updating_setuppy

Updated setup.py --version to python3 -m setuptools_scm.
This commit is contained in:
Shane McDonald
2022-06-30 12:17:54 -04:00
committed by GitHub
13 changed files with 105 additions and 210 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