From c657781599188779db280485baeb8a4ef503625e Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 19 Jun 2024 12:16:42 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/liteyuki-test.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/liteyuki-test.yml diff --git a/.github/workflows/liteyuki-test.yml b/.github/workflows/liteyuki-test.yml deleted file mode 100644 index dde7dc7..0000000 --- a/.github/workflows/liteyuki-test.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: LiteyukiBot test - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Set up Python 3.11.0 Env - uses: actions/setup-python@v2 - with: - python-version: 3.11.0 - - name: Install dependencies for LiteyukiBot - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - - name: Run tests - run: | - python main.py \ No newline at end of file