We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fedaf commit 72cdf91Copy full SHA for 72cdf91
1 file changed
.github/workflows/python-package.yml
@@ -21,15 +21,15 @@ jobs:
21
- name: Run the test suite
22
run: python -m tox --parallel auto --parallel-live -- -vvvvv
23
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
+# lint:
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v4
+# - name: Set up Python 3.13
+# uses: actions/setup-python@v5
+# with:
+# python-version: "3.13"
+# - name: Install tox
+# run: python -m pip install --upgrade pip tox
+# - name: Lint
+# run: tox -e pep8
0 commit comments