Fix pytest version to 8.3.5 in hpu-gaudi actions (#7337)

This is needed to avoid the issue of ci failure in #7330 PR.

Signed-off-by: Shaik Raza Sikander <srsikander@habana.ai>
Co-authored-by: Olatunji Ruwase <tjruwase@gmail.com>
This commit is contained in:
Raza Sikander
2025-06-06 04:40:19 +05:30
committed by GitHub
parent d0f7091aa4
commit 2ad2011cc9
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
- name: Install deepspeed
run: |
pip install .[dev,autotuning]
pip install pytest==8.3.5 # pin pytest to avoid issues with pytest 8.4.0
ds_report
- name: Python environment

View File

@ -121,6 +121,7 @@ jobs:
- name: Install deepspeed
run: |
pip install .[dev,autotuning]
pip install pytest==8.3.5 # pin pytest to avoid issues with pytest 8.4.0
ds_report
- name: Python environment