From 98be8e196942de3bb4a0cbde60e48274cec22469 Mon Sep 17 00:00:00 2001 From: Jacob Segal Date: Wed, 3 Sep 2025 12:21:13 -0700 Subject: [PATCH] Whoops, reverted a change in the last commit --- .github/workflows/test-execution.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-execution.yml b/.github/workflows/test-execution.yml index 583be9333..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 - - name: Run Execution Tests (with timing checks disabled) + pip install -r tests-unit/requirements.txt + - name: Run Execution Tests run: | - python -m pytest tests/execution -v --skip-timing-checks + python -m pytest tests/execution -v