mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-17 23:51:58 +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: |
|
||||
python -m pip install -U build pip setuptools
|
||||
echo "----- REQUIREMENTS -----"
|
||||
cat requirements.txt
|
||||
echo "----- END REQUIREMENTS -----"
|
||||
python -m pip install -U -r requirements.txt
|
||||
displayName: "Install dependencies"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user