Skip to content
Snippets Groups Projects
Commit 5855fe70 authored by bwalkow's avatar bwalkow
Browse files

Try build

parent 4614b3a6
No related branches found
No related tags found
No related merge requests found
Pipeline #21325 failed
......@@ -10,17 +10,20 @@ stages:
- pages
- build
- build_develop
# - deploy
pep8:
before_script:
- pip install tox==3.18.1
stage: check_style
only:
- tests
script:
- tox -v -e pep8
tests:
stage: tests
only:
- tests
before_script:
- pip install tox==3.18.1
- apt-get update && apt-get install -y openjdk-8-jdk && apt-get install -y ant && apt-get clean
......@@ -39,6 +42,8 @@ tests:
pages:
stage: pages
only:
- tests
script:
- mkdir -p public/coverage
- cp -r htmlcov/* public/coverage/
......
numpy==1.19.4
transformers>=4.3.2
transformers==4.30.2
urllib3<2.0
torch==1.7.1
language-tool-python==2.8.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment