Skip to content

Commit

Permalink
Disabled flake8 testing to check working CI for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jan 17, 2024
1 parent e736afa commit 7895f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
poetry-version: 1.3.2
- name: Install dependencies
run: poetry install -E crypto
- name: Lint with flake8
run: poetry run flake8
# - name: Lint with flake8
# run: poetry run flake8
- name: Generate rest sync code and tests
run: poetry run unasync
- name: Test with pytest
Expand Down

0 comments on commit 7895f3e

Please sign in to comment.