Skip to content

Commit

Permalink
ci: Use pypy2.7 because setup-python action stopped support for p…
Browse files Browse the repository at this point in the history
…ython 2.7

See this issue in the `setup-python` repo:
actions/setup-python#672

This comment pointed us to try using `pypy2.7`:
actions/runner-images#7401 (comment)
  • Loading branch information
a-szotyori committed Jun 20, 2023
1 parent 90a1333 commit db411fa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.docs.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-api-library.docs.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.docs.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bank-sdk.docs.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.docs.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-sdk.docs.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.docs.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-api-library.docs.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.docs.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-sdk.docs.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: 'pypy2.7'

- name: setup ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit db411fa

Please sign in to comment.