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.
This commit is contained in:
Paul O'Leary McCann 2022-12-28 18:34:57 +09:00
parent 41e2ca893a
commit e11b71739a

View File

@ -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'