Skip to content

Commit 06463d3

Browse files
authored
add tools/server/tests/requirements.txt
1 parent 9f3c7e1 commit 06463d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +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
5353
pip install flake8 pyright

0 commit comments

Comments
 (0)