Remove pflake --version call that is crashing in Python 3.11-dev

This commit is contained in:
Micah Jerome Ellison 2021-10-23 15:36:33 -07:00
parent 16d40499ed
commit 013f87169d

View file

@ -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