Fix python image version for tests step

This commit is contained in:
Shayan Karimi 2023-06-09 23:54:52 +04:30
parent 80ca01016f
commit 3e7836f9dc

View File

@ -36,7 +36,7 @@ steps:
- docker-compose -f local.yml up -d - docker-compose -f local.yml up -d
- docker-compose -f local.yml run django pytest - docker-compose -f local.yml run django pytest
{%- else %} {%- else %}
image: python image: python:3.11
commands: commands:
- pip install -r requirements/local.txt - pip install -r requirements/local.txt
- pytest - pytest