Skip to content

Commit

Permalink
Merge pull request #263 from nutanix/task/m-update-python-version-for…
Browse files Browse the repository at this point in the history
…-release-containers

Use python 3.7 for release containers
  • Loading branch information
abhijeetkaurav1st authored Mar 15, 2023
2 parents f2a3de1 + 3bc782b commit e753678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v1
- name: Set up Python 3.7
uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: 3.7
- name: black
uses: psf/black@stable
with:
Expand Down

0 comments on commit e753678

Please sign in to comment.