Skip to content

Commit

Permalink
test only 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed May 15, 2023
1 parent 9177e79 commit 1236ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'

steps:
Expand All @@ -36,6 +34,8 @@ jobs:
run: poetry run black --check supervisor_react
- name: flake8
run: poetry run flake8 supervisor_react
- name: ruff
run: poetry run ruff supervisor_react
- name: bandit
run: poetry run bandit -c pyproject.toml -r supervisor_react
- name: pylint
Expand Down

0 comments on commit 1236ec3

Please sign in to comment.