[ROCm] Fix CI pipeline by fixing pytest version (#19407)

Fix pytest version to 7.4.4, higher version will cause error

`from onnxruntime.capi import onnxruntime_validation 
ModuleNotFoundError: No module named 'onnxruntime.capi'`
This commit is contained in:
PeixuanZuo 2024-02-04 16:37:36 +08:00 committed by GitHub
parent debd1cab10
commit 0cba56e0a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,8 @@ RUN pip install \
pytorch_lightning==1.6.0 \
pytest-xdist \
pytest-rerunfailures \
ml_dtypes==0.3.0
ml_dtypes==0.3.0 \
pytest==7.4.4
# Install migraphx
RUN apt update && apt install -y migraphx