Skip to content

Commit a09211a

Browse files
Revert "APM-6214 python updates"
This reverts commit 9efea0a.
1 parent 9efea0a commit a09211a

5 files changed

Lines changed: 1294 additions & 575 deletions

File tree

.github/workflows/apigee-release-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo PR number - $pr_number
3636
echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
3737
fi
38-
38+
3939
- name: Set Instance as Temporary
4040
if: github.ref != 'refs/heads/master'
4141
run: |
@@ -89,10 +89,10 @@ jobs:
8989
token="${token#\"}"
9090
echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV
9191
92-
- name: Install Python 3.10
92+
- name: Install Python 3.9
9393
uses: actions/setup-python@v5
9494
with:
95-
python-version: "3.10"
95+
python-version: 3.9
9696

9797
- name: Upgrade python packaging tools
9898
run: python -m pip install --upgrade pip cryptography
@@ -119,7 +119,7 @@ jobs:
119119
mkdir -p ${HOME}/.proxygen
120120
echo -n $PROXYGEN_PRIVATE_KEY | base64 --decode > ${HOME}/.proxygen/key
121121
envsubst < ./.github/proxygen-credentials-template.yaml > ${HOME}/.proxygen/credentials.yaml
122-
envsubst < ./.github/proxygen-credentials-template.yaml | cat
122+
envsubst < ./.github/proxygen-credentials-template.yaml | cat
123123
envsubst < ./.github/proxygen-settings.yaml > ${HOME}/.proxygen/settings.yaml
124124
envsubst < ./.github/proxygen-settings.yaml | cat
125125

.github/workflows/continous-integration-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

17-
- name: Install Python 3.10
17+
- name: Install Python 3.9
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.10"
20+
python-version: 3.9
2121

2222
- name: Update apt repositories
2323
run: sudo apt update

.github/workflows/spec-release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
echo PR number - $pr_number
3939
fi
4040
41-
- name: Install Python 3.10
41+
- name: Install Python 3.9
4242
uses: actions/setup-python@v5
4343
with:
44-
python-version: "3.10"
44+
python-version: 3.9
4545

4646
- name: Install Proxygen client
4747
run: |

0 commit comments

Comments
 (0)