Skip to content
Snippets Groups Projects
Commit 00f37877 authored by Teklia Bot's avatar Teklia Bot Committed by Eva Bardou
Browse files

Bump Python requirement arkindex-base-worker to 0.3.7

parent 6b64fb50
No related branches found
No related tags found
1 merge request!538Bump Python requirement arkindex-base-worker to 0.3.7
Pipeline #173918 passed
......@@ -49,8 +49,7 @@ test:
- pip install tox
# Download OpenAPI schema from last backend build
# Use internal S3 bucket URL to avoid cache issues
- curl https://teklia-assets-release.s3.eu-west-3.amazonaws.com/arkindex/openapi.yml > schema.yml
- curl https://assets.teklia.com/arkindex/openapi.yml > schema.yml
script:
- tox -e arkindex_worker -- --junitxml=test-report.xml --durations=50
......@@ -86,6 +85,8 @@ test-cookiecutter:
- cookiecutter --no-input .
- cd worker-demo
- find
# Download OpenAPI schema from last backend build
- curl https://assets.teklia.com/arkindex/openapi.yml > schema.yml
- tox
- pre-commit run -a
......
......@@ -7,7 +7,7 @@ name = "worker_{{ cookiecutter.__module }}"
version = "0.1.0"
description = "{{ cookiecutter.description }}"
dependencies = [
"arkindex-base-worker==0.3.6",
"arkindex-base-worker==0.3.7",
]
authors = [
{ name = "{{ cookiecutter.author }}", email = "{{ cookiecutter.email }}" },
......
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