Skip to content

Commit

Permalink
Update .github/workflows/lint-python-syntax.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Morgenstern <[email protected]>
Signed-off-by: anjastrunk <[email protected]>
  • Loading branch information
anjastrunk and martinmo authored Apr 22, 2024
1 parent d796393 commit 88f6d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-python-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- run: pip3 install flake8
- run: flake8 --exclude generator/common/gx_schema.py

Expand Down

0 comments on commit 88f6d9e

Please sign in to comment.