File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v3
26
26
- name : Set up Python
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v3
28
28
with :
29
29
python-version : " 3.10"
30
30
- name : Install dependencies
44
44
steps :
45
45
- uses : actions/checkout@v3
46
46
- name : Set up Python
47
- uses : actions/setup-python@v2
47
+ uses : actions/setup-python@v3
48
48
with :
49
49
python-version : " 3.10"
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v3
34
- - uses : actions/setup-python@v2
34
+ - uses : actions/setup-python@v3
35
35
- run : pip install --upgrade tox
36
36
- name : Run black code formatter (https://black.readthedocs.io/en/stable/)
37
37
run : tox -e black -- --check
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v3
33
- - uses : actions/setup-python@v2
33
+ - uses : actions/setup-python@v3
34
34
- run : pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
35
35
- name : Run pre-commit install
36
36
run : pre-commit install
Original file line number Diff line number Diff line change 47
47
steps :
48
48
- uses : actions/checkout@v3
49
49
- name : Set up Python ${{ matrix.python.version }}
50
- uses : actions/setup-python@v2
50
+ uses : actions/setup-python@v3
51
51
with :
52
52
python-version : ${{ matrix.python.version }}
53
53
- name : Install dependencies
65
65
steps :
66
66
- uses : actions/checkout@v3
67
67
- name : Set up Python
68
- uses : actions/setup-python@v2
68
+ uses : actions/setup-python@v3
69
69
with :
70
70
python-version : " 3.10"
71
71
- name : Install dependencies
86
86
steps :
87
87
- uses : actions/checkout@v3
88
88
- name : Set up Python ${{ matrix.python-version }}
89
- uses : actions/setup-python@v2
89
+ uses : actions/setup-python@v3
90
90
with :
91
91
python-version : " 3.10"
92
92
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments