mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 08:42:28 +03:00
Log requirements at start of build
This commit is contained in:
parent
e11b71739a
commit
6d46067c7f
3
.github/azure-steps.yml
vendored
3
.github/azure-steps.yml
vendored
|
@ -16,6 +16,9 @@ steps:
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python -m pip install -U build pip setuptools
|
python -m pip install -U build pip setuptools
|
||||||
|
echo "----- REQUIREMENTS -----"
|
||||||
|
cat requirements.txt
|
||||||
|
echo "----- END REQUIREMENTS -----"
|
||||||
python -m pip install -U -r requirements.txt
|
python -m pip install -U -r requirements.txt
|
||||||
displayName: "Install dependencies"
|
displayName: "Install dependencies"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user