Skip to content

Commit

Permalink
add numpy version for testing (old and new)
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Sep 13, 2021
1 parent 96021a7 commit ca2e835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
platform: [x64]
numpy-version: [oldest-supported-numpy, numpy]
include:
- os: ubuntu-latest
manylinux-version: 2010
Expand All @@ -39,7 +40,7 @@ jobs:
PLAT: x86_64
UNICODE_WIDTH: 32
MB_PYTHON_VERSION: ${{ matrix.python-version }} # MB_PYTHON_VERSION is needed by Multibuild
TEST_DEPENDS: Morfessor==2.0.2a4 python-levenshtein==0.12.0 visdom==0.1.8.9 pytest mock cython nmslib pyemd testfixtures scikit-learn pyemd
TEST_DEPENDS: Morfessor==2.0.2a4 python-levenshtein==0.12.0 visdom==0.1.8.9 pytest mock cython nmslib pyemd testfixtures scikit-learn pyemd ${{ matrix.numpy-version }}
DOCKER_TEST_IMAGE: multibuild/xenial_x86_64
TRAVIS_OS_NAME: ${{ matrix.travis-os-name }}
MB_ML_VER: ${{ matrix.manylinux-version }}
Expand Down

0 comments on commit ca2e835

Please sign in to comment.