mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
CI: Add all paths before excluding patterns (#12419)
This commit is contained in:
parent
e8cab4625c
commit
377f601bff
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -22,6 +22,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, edited]
|
types: [opened, synchronize, reopened, edited]
|
||||||
paths:
|
paths:
|
||||||
|
- "**"
|
||||||
- "!*.md"
|
- "!*.md"
|
||||||
- "!*.mdx"
|
- "!*.mdx"
|
||||||
- "!website/docs/**"
|
- "!website/docs/**"
|
||||||
|
@ -190,4 +191,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install 'spacy[apple]'
|
python -m pip install 'spacy[apple]'
|
||||||
python -m pytest --pyargs spacy
|
python -m pytest --pyargs spacy
|
||||||
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'
|
if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user