mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Update build.yml
This commit is contained in:
parent
b2f41e2a9b
commit
e787e6d47f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -1,13 +1,17 @@
|
||||||
name: Build and test
|
name: Build and test
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '*'
|
||||||
|
- '!/website/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
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 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user