Skip to content

Commit 06d5ee5

Browse files
author
yarden-sony
committed
remove custom layers installation from coverage test
1 parent 948e05b commit 06d5ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests_suite_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
source torch_env/bin/activate
4949
python -m pip install --upgrade pip
5050
pip install -r requirements.txt
51-
pip install torch==2.5.* torchvision onnx onnxruntime "onnxruntime-extensions<0.14" sony-custom-layers coverage pytest pytest-mock
51+
pip install torch==2.5.* torchvision onnx onnxruntime "onnxruntime-extensions<0.14" coverage pytest pytest-mock
5252
5353
- name: Run PyTorch tests (unittest)
5454
run: |
@@ -65,7 +65,7 @@ jobs:
6565
python -m venv tf_env
6666
source tf_env/bin/activate
6767
python -m pip install --upgrade pip
68-
pip install -r requirements.txt tensorflow==2.13.* sony-custom-layers coverage pytest pytest-mock
68+
pip install -r requirements.txt tensorflow==2.13.* coverage pytest pytest-mock
6969
7070
- name: Run TensorFlow tests (unittest)
7171
run: |

0 commit comments

Comments
 (0)