diff --git a/.drone.yml b/.drone.yml index 33c3d9e..b4a1cbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ platform: steps: - name: pip - image: python:3.10-alpine + image: python:3.10 commands: - pip install -r requirements.txt - pytest