mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Remove pflake --version call that is crashing in Python 3.11-dev
This commit is contained in:
parent
16d40499ed
commit
013f87169d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/testing.yaml
vendored
1
.github/workflows/testing.yaml
vendored
|
@ -73,7 +73,6 @@ jobs:
|
||||||
- name: Code Style (flake8)
|
- name: Code Style (flake8)
|
||||||
if: ${{ env.DEPS_INSTALLED == 'true' }}
|
if: ${{ env.DEPS_INSTALLED == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
poetry run pflake8 --version
|
|
||||||
poetry run pflake8 jrnl tests
|
poetry run pflake8 jrnl tests
|
||||||
|
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue