Skip to content

Commit 07aa869

Browse files
authored
ci : add more python requirements to copilot-setup-steps (#15289)
* ci : add flake8 and pyright to copilot-setup-steps.yml * add tools/server/tests/requirements.txt
1 parent 00f35d5 commit 07aa869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
run: |
5050
python3 -m venv .venv
5151
.venv/bin/activate
52-
pip install -r requirements/requirements-all.txt
52+
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
53+
pip install flake8 pyright

0 commit comments

Comments
 (0)