summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 4ed89b60..7a46aea6 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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