update action
test_action / Python3 (push) Successful in 8s Details

This commit is contained in:
deng 2024-05-20 13:38:25 +00:00
parent 176de62aac
commit 749172f13d
1 changed files with 2 additions and 1 deletions

View File

@ -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