Skip to content
Snippets Groups Projects
Commit a5276629 authored by Benjamin Murauer's avatar Benjamin Murauer
Browse files

added date debugs for pipeline

parent 8437059b
No related branches found
No related tags found
No related merge requests found
Pipeline #52289 canceled
......@@ -2,14 +2,16 @@ image: python:3.7
tests:
before_script:
- echo $HOME
- echo $HTTP_PROXY
- echo $HTTPS_PROXY
- date
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- poetry config virtualenvs.create false
- date
- poetry install
- date
- python -m nltk.downloader punkt
- date
- python -c 'import stanza; stanza.download("en")'
- date
script:
- pytest tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment