Skip to content

python testing

python testing #4

Workflow file for this run

name: python testing
on:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11.3'
- name: Use python
run: |
python --version