]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : add more python requirements to copilot-setup-steps (#15289)
authorSigbjørn Skjæret <redacted>
Wed, 13 Aug 2025 09:30:45 +0000 (11:30 +0200)
committerGitHub <redacted>
Wed, 13 Aug 2025 09:30:45 +0000 (11:30 +0200)
* ci : add flake8 and pyright to copilot-setup-steps.yml

* add tools/server/tests/requirements.txt

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

index 14f7c5e3f7b3b47db2cf970e466b85fa8aae6e1d..a6553187ef53c29feb9bb949cd38c014ab1febb8 100644 (file)
@@ -49,4 +49,5 @@ jobs:
         run: |
           python3 -m venv .venv
           .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