Skip to content

Check python version #1

Check python version

Check python version #1

Workflow file for this run

name: Check python version
on:
workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check version
run: python3 --version