From 972b098a380d9945664b112f1436657242e998f6 Mon Sep 17 00:00:00 2001 From: AdminWhaleFall Date: Tue, 26 Apr 2022 21:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20action=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 1bd786a..ef4544d 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -25,7 +25,5 @@ jobs: - name: 🚀 Run SMSBoom Script # 此处可以自定义命令行运行参数. run: | - pip3 install pipenv - pipenv install - pipenv shell + pip3 install -r requirements.txt python3 smsboom.py run -p 19820294268 -t 32 \ No newline at end of file