Skip to content
Snippets Groups Projects
Commit e0515daf authored by Bartosz Walkowiak's avatar Bartosz Walkowiak
Browse files

Merge branch 'fix' into 'master'

Fix

See merge request !21
parents 6fbe5d77 c029cb16
Branches
No related tags found
1 merge request!21Fix
Pipeline #16037 canceled
......@@ -72,11 +72,11 @@ build_develop:
stage: build_develop
image: "docker:18.09.7"
only:
- develop
- fix
script:
- docker build -t $CI_REGISTRY_IMAGE:develop .
- docker build -t $CI_REGISTRY_IMAGE:fix .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:develop
- docker push $CI_REGISTRY_IMAGE:fix
# deploy:
# stage: deploy
......
numpy==1.19.4
transformers>=4.3.2
urllib3<2.0
torch==1.7.1
language-tool-python==2.5.4
awscli==1.20.11
awscli==1.22.57
--index-url https://pypi.clarin-pl.eu/simple/
nlp_ws
punctuator>=2.1.0
......@@ -42,10 +42,11 @@ deps =
nlp_ws
asyncio
pytest-asyncio
urllib3<2.0
anyio==3.7.1
punctuator==2.1.0
language-tool-python==2.5.4
awscli==1.20.11
awscli==1.22.57
commands =
aws --no-sign-request --endpoint-url https://s3.clarin-pl.eu s3 sync --delete s3://workers/punctuator/models_2_0 tests/testdata/models
coverage run --source=src -m pytest --junitxml=report.xml tests/test.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment