Skip to content

Commit fe9bb2b

Browse files
authored
Update pr.yml
Change to python 3.8 Signed-off-by: Ming M Qin <38891913+MMelQin@users.noreply.github.com>
1 parent 063f9f1 commit fe9bb2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python 3.7
17+
- name: Set up Python 3.8
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: "3.7"
20+
python-version: "3.8"
2121
- name: Setup Dev Environment
2222
run: |
2323
pip install virtualenv

0 commit comments

Comments
 (0)