mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '*'
|
||||
- '!/website/*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
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]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user