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
No related branches found
No related tags found
1 merge request!21Fix
Pipeline #16037 canceled
...@@ -72,11 +72,11 @@ build_develop: ...@@ -72,11 +72,11 @@ build_develop:
stage: build_develop stage: build_develop
image: "docker:18.09.7" image: "docker:18.09.7"
only: only:
- develop - fix
script: 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 login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:develop - docker push $CI_REGISTRY_IMAGE:fix
# deploy: # deploy:
# stage: deploy # stage: deploy
......
numpy==1.19.4 numpy==1.19.4
transformers>=4.3.2 transformers>=4.3.2
urllib3<2.0
torch==1.7.1 torch==1.7.1
language-tool-python==2.5.4 language-tool-python==2.5.4
awscli==1.20.11 awscli==1.22.57
--index-url https://pypi.clarin-pl.eu/simple/ --index-url https://pypi.clarin-pl.eu/simple/
nlp_ws nlp_ws
punctuator>=2.1.0 punctuator>=2.1.0
...@@ -42,10 +42,11 @@ deps = ...@@ -42,10 +42,11 @@ deps =
nlp_ws nlp_ws
asyncio asyncio
pytest-asyncio pytest-asyncio
urllib3<2.0
anyio==3.7.1 anyio==3.7.1
punctuator==2.1.0 punctuator==2.1.0
language-tool-python==2.5.4 language-tool-python==2.5.4
awscli==1.20.11 awscli==1.22.57
commands = commands =
aws --no-sign-request --endpoint-url https://s3.clarin-pl.eu s3 sync --delete s3://workers/punctuator/models_2_0 tests/testdata/models 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 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