.drone.yml: Add git to python container
continuous-integration/drone/push Build is passing Details

Now that I am installing my own fork of falcon-swagger-ui we need
to have git so we can install it with pip.
This commit is contained in:
Alan Orth 2020-12-27 14:22:23 +02:00
parent 33dc210452
commit d1c177e146
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y gcc
- apt update && apt install -y gcc git
- pip install -r requirements-dev.txt
- pytest
@ -71,6 +71,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y git
- pip install -r requirements-dev.txt
- pytest
@ -109,6 +110,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y git
- pip install -r requirements-dev.txt
- pytest
@ -147,6 +149,7 @@ steps:
commands:
- id
- python -V
- apt update && apt install -y git
- pip install -r requirements-dev.txt
- pytest