Skip to content

Commit 48a780d

Browse files
author
RedTea
authored
set python-version to 3.8.0
1 parent 49a485c commit 48a780d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Set up Python 3.8
23+
- name: Set up Python 3.8.0
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.8
26+
python-version: 3.8.0
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)