File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - uses : actions/checkout@v4
15+ with :
16+ submodules : recursive
1517 - name : Set up Python ${{ matrix.python-version }}
1618 uses : actions/setup-python@v5
1719 with :
@@ -21,15 +23,17 @@ jobs:
2123 - name : Run the test suite
2224 run : python -m tox --parallel auto --parallel-live -- -vvvvv
2325
24- # lint:
25- # runs-on: ubuntu-latest
26- # steps:
27- # - uses: actions/checkout@v4
28- # - name: Set up Python 3.13
29- # uses: actions/setup-python@v5
30- # with:
31- # python-version: "3.13"
32- # - name: Install tox
33- # run: python -m pip install --upgrade pip tox
34- # - name: Lint
35- # run: tox -e pep8
26+ lint :
27+ runs-on : ubuntu-latest
28+ steps :
29+ - uses : actions/checkout@v4
30+ with :
31+ submodules : recursive
32+ - name : Set up Python 3.13
33+ uses : actions/setup-python@v5
34+ with :
35+ python-version : " 3.13"
36+ - name : Install tox
37+ run : python -m pip install --upgrade pip tox
38+ - name : Lint
39+ run : tox -e pep8
You can’t perform that action at this time.
0 commit comments