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