mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Update main.yml
This commit is contained in:
parent
b7913c8eca
commit
539a7b53cd
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -5,9 +5,10 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
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]
|
python-version: [3.5, 3.6, 3.7]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
|
@ -25,10 +26,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip==18.1 setuptools
|
python -m pip install --upgrade pip==18.1 setuptools
|
||||||
pip install -r requirements.txt
|
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
|
- name: Compile and build sdist
|
||||||
run: |
|
run: |
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
|
|
Loading…
Reference in New Issue
Block a user