mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Common setup-python in github action (#15901)
This commit is contained in:
8
.github/workflows/upload_schema.yml
vendored
8
.github/workflows/upload_schema.yml
vendored
@@ -23,13 +23,7 @@ jobs:
|
||||
with:
|
||||
show-progress: false
|
||||
|
||||
- name: Get python version from Makefile
|
||||
run: echo py_version=`make PYTHON_VERSION` >> $GITHUB_ENV
|
||||
|
||||
- name: Install python ${{ env.py_version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ env.py_version }}
|
||||
- uses: ./.github/actions/setup-python
|
||||
|
||||
- name: Log in to registry
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user