From 7f60cbd0dbf0adbb7952ba0ae54dc1483b2ce614 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 7 Dec 2022 20:03:26 +0100 Subject: [PATCH] Revert "Temporarily run mypy and tests with newest wasabi" This reverts commit e677a2257ced55e696cafc3a8e89eb2f7ddfc369. --- .github/azure-steps.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index df2ea211c..2f77706b8 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -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: |