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