Skip to content

Commit 67f9106

Browse files
committed
Try to work-around CI requirements to enable e2e moe tests
1 parent f4900a4 commit 67f9106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/job_pytorch_models_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
if: ${{ inputs.model_scope == 'precommit' }}
161161
run: |
162162
export PYTHONPATH=${MODEL_HUB_TESTS_INSTALL_DIR}:$PYTHONPATH
163+
python3 -m pip install optimum-intel==1.23.0 transformers==4.51.0 --upgrade
163164
python3 -m pytest ${MODEL_HUB_TESTS_INSTALL_DIR}/transformation_tests/test_moe_transformation.py -m precommit --html=${INSTALL_TEST_DIR}/TEST-torch_moe_tests.html --self-contained-html -vvv -s --tb=short -n 2
164165
env:
165166
TEST_DEVICE: CPU

0 commit comments

Comments
 (0)