mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-16 05:02:58 -04:00
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
This commit is contained in:
3
.github/workflows/copilot-setup-steps.yml
vendored
3
.github/workflows/copilot-setup-steps.yml
vendored
@@ -49,4 +49,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
.venv/bin/activate
|
.venv/bin/activate
|
||||||
pip install -r requirements/requirements-all.txt
|
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
|
||||||
|
pip install flake8 pyright
|
||||||
|
Reference in New Issue
Block a user