From 5cfb6d61a7c7ed12836df12070a41d325d8db2de Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Wed, 25 Sep 2024 00:32:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E8=AF=95.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测试.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/测试.yml b/.github/workflows/测试.yml index 5d5c0eb..880d048 100644 --- a/.github/workflows/测试.yml +++ b/.github/workflows/测试.yml @@ -25,9 +25,8 @@ jobs: pip install --upgrade pip pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm - name: Run py - run: | - python ${{ github.workspace }}/py/IP比对.py - #python ${{ github.workspace }}/py/酒店源.py + run: | + python ${{ github.workspace }}/py/酒店源.py - name: 提交更改 run: | git config --local user.email "actions@163.com"