Merge pull request #12505 from sarabrajsingh/bugfix/add-setuptools-scm-dependency-to-workflow

added setuptools-scm dependency to promote.yml workflow
This commit is contained in:
Sarabraj Singh
2022-07-12 10:21:10 -04:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python${{ env.py_version }} -m pip install wheel twine python${{ env.py_version }} -m pip install wheel twine setuptools-scm
- name: Set official collection namespace - name: Set official collection namespace
run: echo collection_namespace=awx >> $GITHUB_ENV run: echo collection_namespace=awx >> $GITHUB_ENV