From 749172f13d7e78b72dbf31eed01367dbc2913674 Mon Sep 17 00:00:00 2001 From: deng Date: Mon, 20 May 2024 13:38:25 +0000 Subject: [PATCH] update action --- .gitea/workflows/test_action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test_action.yaml b/.gitea/workflows/test_action.yaml index 7473ec5..8c57889 100644 --- a/.gitea/workflows/test_action.yaml +++ b/.gitea/workflows/test_action.yaml @@ -4,6 +4,7 @@ on: [push] jobs: Python3: - runs-on: python:3.10-slim + runs-on: ubuntu-latest steps: + - run: echo "Hello World" - run: python -V