Skip to content

Commit

Permalink
Fix python image version for tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
shywn-mrk committed Jun 9, 2023
1 parent 80ca010 commit 3e7836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e7836f

Please sign in to comment.