File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,25 +37,25 @@ jobs:
37
37
steps :
38
38
- uses : actions/checkout
39
39
- name : Setup Python 3.7
40
- uses : actions/setup-python
40
+ uses : actions/setup-python@v4
41
41
with :
42
- python-version : 3.7
42
+ python-version : ' 3.7'
43
43
- name : Setup Python 3.8
44
- uses : actions/setup-python
44
+ uses : actions/setup-python@v4
45
45
with :
46
- python-version : 3.8
46
+ python-version : ' 3.8'
47
47
- name : Setup Python 3.9
48
- uses : actions/setup-python
48
+ uses : actions/setup-python@v4
49
49
with :
50
- python-version : 3.9
50
+ python-version : ' 3.9'
51
51
- name : Setup Python 3.10
52
- uses : actions/setup-python
52
+ uses : actions/setup-python@v4
53
53
with :
54
- python-version : 3.10
54
+ python-version : ' 3.10'
55
55
- name : Setup Python 3.11
56
- uses : actions/setup-python
56
+ uses : actions/setup-python@v4
57
57
with :
58
- python-version : 3.11
58
+ python-version : ' 3.11'
59
59
- name : Install Dependencies
60
60
run : pip install tox
61
61
# runs unit tests for each python version
You can’t perform that action at this time.
0 commit comments