mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Temporarily run mypy and tests with newest wasabi
This commit is contained in:
parent
a003176d53
commit
e677a2257c
4
.github/azure-steps.yml
vendored
4
.github/azure-steps.yml
vendored
|
@ -24,6 +24,8 @@ steps:
|
|||
displayName: "Build sdist"
|
||||
|
||||
- script: |
|
||||
# TEMP: test with newest wasabi
|
||||
python -m pip install -U wasabi
|
||||
python -m mypy spacy
|
||||
displayName: 'Run mypy'
|
||||
condition: ne(variables['python_version'], '3.6')
|
||||
|
@ -100,6 +102,8 @@ steps:
|
|||
|
||||
- script: |
|
||||
python -m pip install -U -r requirements.txt
|
||||
# TEMP: test with newest wasabi
|
||||
python -m pip install -U wasabi
|
||||
displayName: "Install test requirements"
|
||||
|
||||
- script: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user