Revert "Temporarily run mypy and tests with newest wasabi"

This reverts commit e677a2257c.
This commit is contained in:
Adriane Boyd 2022-12-07 20:03:26 +01:00
parent 7d935562f8
commit 7f60cbd0db

View File

@ -24,8 +24,6 @@ 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')
@ -102,8 +100,6 @@ 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: |