Skip to content

Commit

Permalink
[GHA][numpy] test python api & numpy 1.26.x (#28064)
Browse files Browse the repository at this point in the history
### Details:
- Now Python API tests are running with numpy2.x by default, so still
neeed to test them with numpy 1.x

### Tickets:
 - *ticket-id*
  • Loading branch information
akuporos authored Dec 13, 2024
1 parent 22f7a0e commit bd9a6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job_python_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ jobs:
--junitxml=${INSTALL_TEST_DIR}/TEST-Pyngraph.xml \
--ignore=${INSTALL_TEST_DIR}/tests/pyopenvino/tests/test_utils/test_utils.py
- name: Python API Tests -- numpy>=2.0.0
- name: Python API Tests -- numpy<2.0.0
run: |
python3 -m pip uninstall -y numpy
python3 -m pip install "numpy~=2.0.0"
python3 -m pip install "numpy~=1.26.0"
python3 -m pip install -r ${INSTALL_TEST_DIR}/tests/bindings/python/requirements_test.txt
# for 'template' extension
export LD_LIBRARY_PATH=${INSTALL_TEST_DIR}/tests/:$LD_LIBRARY_PATH
Expand Down

0 comments on commit bd9a6d1

Please sign in to comment.