From cf45fd17423c8e4085761e47e2646ed9380d31cb Mon Sep 17 00:00:00 2001 From: Jacob Segal Date: Tue, 2 Sep 2025 23:21:43 -0700 Subject: [PATCH] Add missing test modules --- .github/workflows/test-execution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-execution.yml b/.github/workflows/test-execution.yml index af20594c1..76e7cf436 100644 --- a/.github/workflows/test-execution.yml +++ b/.github/workflows/test-execution.yml @@ -24,7 +24,7 @@ jobs: python -m pip install --upgrade pip pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu pip install -r requirements.txt - pip install websocket-client + pip install -r tests-unit/requirements.txt - name: Run Execution Tests run: | - python -m pytest tests/execution -v \ No newline at end of file + python -m pytest tests/execution -v