From 1c7d5d570afb55f20167063b0d6ab5100f1b0693 Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 30 Oct 2022 15:55:43 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c090b3..98fc1c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ type: docker name: test and build steps: - - name: test - image: python:3.7 - commands: - - pip install poetry - - poetry install - - poetry run pytest + # - name: test + # image: python:3.7 + # commands: + # - pip install poetry + # - poetry install + # - poetry run pytest - name: publish when: