Skip to content

update python version 3 #10

update python version 3

update python version 3 #10

name: first workflow
on: [push]
jobs:
check-python-version:
runs-on: ubuntu-20.04
steps:
- name: use latest commit
uses: actions/checkout@v3
- name: use particular python version
uses: actions/setup-python@v3
with:
python-version: 3.6
- name: Check version
run: python --version