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

Try build

parent 4614b3a6
No related merge requests found
Pipeline #21325 failed with stage
in 2 minutes and 48 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment