From e11b71739a762cc205588a3c70c1d40c4bbbcbeb Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Wed, 28 Dec 2022 18:34:57 +0900 Subject: [PATCH] Cat requirements.txt to confirm contents In the branch, the thinc version spec is `thinc>=8.1.0,<8.2.0`. But in the logs, it's clear that a development release of 9.0 is being installed. It's not clear why that would happen. --- .github/azure-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/azure-steps.yml b/.github/azure-steps.yml index 339ca7e11..3e970ba05 100644 --- a/.github/azure-steps.yml +++ b/.github/azure-steps.yml @@ -99,6 +99,7 @@ steps: # condition: eq(variables['python_version'], '3.8') - script: | + cat requirements.txt python -m pip install -U -r requirements.txt python -m pip uninstall -y spacy-legacy python -m pip install 'git+https://github.com/polm/spacy-legacy.git@feature/entity-linker-component-v1#egg=spacy-legacy'