Skip to content

Commit cc4e65d

Browse files
authored
Update python-package.yml
1 parent 84cbbfb commit cc4e65d

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
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

0 commit comments

Comments
 (0)