Skip to content

Commit

Permalink
Disampled vlm test on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Oct 13, 2024
1 parent 32f8a54 commit 508eba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: macos-13-large
runs-on: macos-13

env:
OV_INSTALL_DIR: ${{ github.workspace }}/ov
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
run: |
source ${OV_INSTALL_DIR}/setupvars.sh
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --find-links ${OV_INSTALL_DIR}/tools --upgrade-strategy eager
python -m pytest ./tests/python_tests/ --ignore ./tests/python_tests/test_whisper_generate_api.py
python -m pytest ./tests/python_tests/ --ignore ./tests/python_tests/test_whisper_generate_api.py --ignore ./tests/python_tests/test_vlm_api.py
env:
PYTHONPATH: "./build/:$PYTHONPATH"

Expand All @@ -248,7 +248,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: macos-13-large
runs-on: macos-13

env:
OV_INSTALL_DIR: ${{ github.workspace }}/ov
Expand Down

0 comments on commit 508eba6

Please sign in to comment.