diff options
| -rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ steps: - name: test image: python:3.10 commands: + - apt-get update && apt-get install -y openjdk-11-jdk-headless - pip install --default-timeout 60 -r requirements.txt - pip install --default-timeout 60 -r requirements.dev.txt - python setup.py install |
