Skip to content

Commit

Permalink
[build] move to python 3.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jul 12, 2021
1 parent c9a18b9 commit 6b2edbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.9
python-version: 3.7.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.9
python-version: 3.7.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.9
python-version: 3.7.10
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.9
python-version: 3.7.10
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.9
python-version: 3.7.10
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7.9
python-version: 3.7.10
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 6b2edbc

Please sign in to comment.