mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
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:
1
.github/workflows/hpu-gaudi2-nightly.yml
vendored
1
.github/workflows/hpu-gaudi2-nightly.yml
vendored
@ -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
|
||||
|
1
.github/workflows/hpu-gaudi2.yml
vendored
1
.github/workflows/hpu-gaudi2.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user