Skip to content

initial commit

initial commit #1

Workflow file for this run

name: Test Python
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Display Python version
run: py.test