From 46fcf80e8aa68a16c7d940259046df87ab7d1171 Mon Sep 17 00:00:00 2001 From: liyp Date: Mon, 28 Mar 2022 10:57:25 +0800 Subject: [PATCH] test drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1dfa97f..d8b0f5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: python:3.10 + image: python:3.9 commands: - pip install -r requirements.txt - - pytho setup.py bdist \ No newline at end of file + - pytho setup.py bdist