summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6255250d..be30b710 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,13 +44,13 @@ jobs:
name: wheels
path: dist
- linters:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
- - name: 'Run linters'
- run: |
- python3 -m pip install flake8
- python3 -m flake8 .
- echo "Flake8 linting OK"
+ # linters:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v2
+ # - uses: actions/setup-python@v2
+ # - name: 'Run linters'
+ # run: |
+ # python3 -m pip install flake8
+ # python3 -m flake8 .
+ # echo "Flake8 linting OK"