test_gitea_act_runner/.gitea/workflows/test_action.yaml

17 lines
405 B
YAML

name: test_action
run-name: this is a gitea action test
on: [push]
jobs:
Python3:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: check python version
run: python -V
- name: access image housed by lfs
run: md5sum data/images/220px-George_the_amazing_guinea_pig.jpg
- name: access GPU
run: nvidia-smi