From dee42c845d957618b22d63b7ae7a14b856906a24 Mon Sep 17 00:00:00 2001 From: "J. Borovec" Date: Thu, 23 Apr 2020 14:10:36 +0200 Subject: [PATCH] apex --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7c30e8052533c..fc01f426fb093 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - pip install pip -U - pip --version - nvidia-smi -# - bash ./tests/install_AMP.sh + - bash ./tests/install_AMP.sh - apt-get update && apt-get install -y cmake - pip install -r requirements.txt --user -q - pip install coverage pytest pytest-cov pytest-flake8 codecov -q