Skip to content

old scipy workflow

old scipy workflow #3

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 pip show pytest \
&& which pytest \
&& which scipy \
&& which pip \
&& pip install 'scipy<1.11' \
&& pip show pytest \
&& which pytest \
&& pytest -vv tests/