From 013f87169da32f38ac0b597d35615d6349a41694 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 23 Oct 2021 15:36:33 -0700 Subject: [PATCH] Remove pflake --version call that is crashing in Python 3.11-dev --- .github/workflows/testing.yaml | 1 - 1 file changed, 1 deletion(-) 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