diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index ba5c1e0b..c9126d4b 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -90,7 +90,7 @@ jobs: if: ${{ matrix.python-version != '3.10-dev' && env.DEPS_INSTALLED == 'true' }} run: | poetry run pflake8 --version - poetry run pflake8 jrnl features tests + poetry run pflake8 jrnl tests - name: Test with pytest if: ${{ env.DEPS_INSTALLED == 'true' }}