From 3189330e47fb7dc848178d9938656f363a7a664d Mon Sep 17 00:00:00 2001 From: Ashwin Samudre Date: Sat, 13 Jul 2024 19:00:13 -0700 Subject: [PATCH] Update ci.yml avoid linting for now --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dd615d..441e5f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,14 +36,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Lint with flake8 - run: | - pip install flake8 - flake8 . - - name: Run tests run: | pip install pytest pytest - - pytest