Skip to content

update readme to include installation method for nmslib on Apple M2 chip using python3.9 #8

update readme to include installation method for nmslib on Apple M2 chip using python3.9

update readme to include installation method for nmslib on Apple M2 chip using python3.9 #8

Workflow file for this run

name: CI (old scipy)
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build and test with Docker using an older version of scipy
run: |
docker build --tag scispacy .
docker run --rm scispacy bash -c "pip install 'scipy<1.11' && pytest tests/"