mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-30 03:37:44 +00:00
[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:
parent
debd1cab10
commit
0cba56e0a0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue