mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 05:37:03 +03:00
CI: Add all paths before excluding patterns (#12419)
This commit is contained in:
parent
545218a7d9
commit
7880da952b
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -22,6 +22,7 @@ on:
|
|||
pull_request:
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
paths:
|
||||
- "**"
|
||||
- "!*.md"
|
||||
- "!*.mdx"
|
||||
- "!website/docs/**"
|
||||
|
@ -190,4 +191,4 @@ jobs:
|
|||
run: |
|
||||
python -m pip install 'spacy[apple]'
|
||||
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