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 ...@@ -2,14 +2,16 @@ image: python:3.7
tests: tests:
before_script: before_script:
- echo $HOME - date
- echo $HTTP_PROXY
- echo $HTTPS_PROXY
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env - source $HOME/.poetry/env
- poetry config virtualenvs.create false - poetry config virtualenvs.create false
- date
- poetry install - poetry install
- date
- python -m nltk.downloader punkt - python -m nltk.downloader punkt
- date
- python -c 'import stanza; stanza.download("en")' - python -c 'import stanza; stanza.download("en")'
- date
script: script:
- pytest tests - 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