From fe1f38dab7dbd22bd574d96ae62c855d0269e49f Mon Sep 17 00:00:00 2001 From: kemna Date: Fri, 25 Oct 2024 21:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B7=91=E5=BE=88=E5=A4=9A=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a512f83..c636522 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,7 +1,8 @@ -on push: - jobs: +on: push +jobs: job1: - runs-on: debian-latest + runs-on: ubuntu-latest steps: + - name: 跑模型 - uses: https://eoelab.org:1027/actions/checkout@v4 - run: python3 ./main.py \ No newline at end of file