Skip to content

Commit 72cdf91

Browse files
author
u
committed
update
1 parent a1fedaf commit 72cdf91

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
- name: Run the test suite
2222
run: python -m tox --parallel auto --parallel-live -- -vvvvv
2323

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
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

0 commit comments

Comments
 (0)