mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Update main.yml
This commit is contained in:
parent
b7913c8eca
commit
539a7b53cd
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -2,12 +2,13 @@ name: Build and test
|
|||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
platform: [ubuntu-16.04, macOS-10.13, windows-2016]
|
||||
platform: [ubuntu-16.04, macOS-10.14, windows-2016]
|
||||
python-version: [3.5, 3.6, 3.7]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
@ -25,10 +26,6 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip==18.1 setuptools
|
||||
pip install -r requirements.txt
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip==18.1 setuptools
|
||||
pip install -r requirements.txt
|
||||
- name: Compile and build sdist
|
||||
run: |
|
||||
python setup.py build_ext --inplace
|
||||
|
|
Loading…
Reference in New Issue
Block a user