Skip to content

Commit 9d51946

Browse files
committed
Limit numpy version for CI.
Signed-off-by: Jay Zhang <[email protected]>
1 parent e74e670 commit 9d51946

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
pip install transformers==4.2.0
8585
pip install keras-self-attention
8686
pip install pytest pytest-cov pytest-runner
87+
pip install numpy==1.21.6
8788
8889
pip install -e .
8990

.github/workflows/keras_unit_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
pip install onnxruntime==${{ matrix.ort_version }}
6868
pip uninstall -y protobuf
6969
pip install "protobuf~=3.20"
70+
pip install numpy==1.21.6
7071
pip install -e .
7172
7273
echo "----- List all of depdencies:"

0 commit comments

Comments
 (0)