Skip to content

install spacy in gh actions #185

install spacy in gh actions

install spacy in gh actions #185

Workflow file for this run

name: CI
on: [workflow_dispatch, pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install espeak
shell: bash
- run: pip install spacy && python -m spacy download en-core-web-sm
shell: bash
- uses: fastai/workflows/nbdev-ci@master