Skip to content

Commit 9f3c7e1

Browse files
authored
ci : add flake8 and pyright to copilot-setup-steps.yml
1 parent 00f35d5 commit 9f3c7e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ jobs:
5050
python3 -m venv .venv
5151
.venv/bin/activate
5252
pip install -r requirements/requirements-all.txt
53+
pip install flake8 pyright

0 commit comments

Comments
 (0)