mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Fix python image version for tests step
This commit is contained in:
parent
80ca01016f
commit
3e7836f9dc
|
@ -36,7 +36,7 @@ steps:
|
|||
- docker-compose -f local.yml up -d
|
||||
- docker-compose -f local.yml run django pytest
|
||||
{%- else %}
|
||||
image: python
|
||||
image: python:3.11
|
||||
commands:
|
||||
- pip install -r requirements/local.txt
|
||||
- pytest
|
||||
|
|
Loading…
Reference in New Issue
Block a user