Skip to content

Commit 6277d18

Browse files
author
eladco
committed
add replacement in another works
1 parent 61dbc93 commit 6277d18

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/run_keras_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
with:
2121
python-version: ${{ inputs.python-version }}
2222
- name: Install dependencies
23-
run: |
23+
run: |
24+
sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2425
python -m pip install --upgrade pip
2526
pip install -r requirements.txt
2627
pip install tensorflow==${{ inputs.tf-version }} sony-custom-layers

.github/workflows/run_pytorch_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
python-version: ${{ inputs.python-version }}
2222
- name: Install dependencies
2323
run: |
24+
sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2425
python -m pip install --upgrade pip
2526
pip install -r requirements.txt
2627
pip install torch==${{ inputs.torch-version }} torchvision onnx onnxruntime onnxruntime-extensions

.github/workflows/run_tests_suite_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
- name: Set up environment for common tests
3434
run: |
35+
sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
3536
python -m pip install --upgrade pip
3637
pip install -r requirements.txt coverage pytest pytest-mock
3738

.github/workflows/tests_common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
python-version: 3.11
2323
- name: Install dependencies
2424
run: |
25+
sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2526
python -m pip install --upgrade pip
2627
pip install -r requirements.txt
2728
pip install pytest pytest-mock

0 commit comments

Comments
 (0)