Skip to content

Commit 05a0025

Browse files
Update .github/workflows/smoke-tests.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f29fcc2 commit 05a0025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install pytest pytest-cov pyyaml
32+
pip install pytest pytest-cov pytest-timeout pyyaml
3333
# Install lightweight subset of requirements (skip heavy GPU libs).
3434
pip install numpy tqdm || true
3535

0 commit comments

Comments
 (0)