diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 63e50ea2..6524cb1f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -73,7 +73,6 @@ jobs: - name: Code Style (flake8) if: ${{ env.DEPS_INSTALLED == 'true' }} run: | - poetry run pflake8 --version poetry run pflake8 jrnl tests - name: Test with pytest