File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 66 test :
77 name : ' Test'
88 runs-on : ubuntu-latest
9- strategy :
10- matrix :
11- python-version :
12- - 3.8
13- - 3.9
149 steps :
1510 - name : Checkout code
1611 uses : actions/checkout@v6
1712
18- - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v2
20- with :
21- python-version : ${{ matrix.python-version }}
22- architecture : ' x64'
13+ - name : Set up Python
14+ uses : actions/setup-python@v6
2315
2416 - name : Run tests
2517 run : python -m unittest discover --start-directory tests
3224 uses : actions/checkout@v6
3325
3426 - name : Set up Python
35- uses : actions/setup-python@v2
27+ uses : actions/setup-python@v6
3628
3729 - name : Install pylint
3830 run : |
5042 uses : actions/checkout@v6
5143
5244 - name : Set up Python
53- uses : actions/setup-python@v2
45+ uses : actions/setup-python@v6
5446
5547 - name : Install mypy & pytype
5648 run : |
You can’t perform that action at this time.
0 commit comments