diff --git a/ci/drone.yml b/ci/drone.yml index 828fc79..b79c656 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -26,8 +26,6 @@ steps: - name: Unit Tests image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex commands: - - apt install -y qtchooser qttools5-dev-tools - - cd LogarithmPlotter/i18n && bash release.sh && cd ../.. - xvfb-run bash scripts/run-tests.sh when: event: [ push, tag ]