Skip to content

Update README.md

Update README.md #7

name: Python Application Testing
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.15
uses: actions/setup-python@v4
with:
python-version: "3.8.15"