Skip to content

gbevan is running pytests #41

gbevan is running pytests

gbevan is running pytests #41

Workflow file for this run

name: run pytests
run-name: ${{ github.actor }} is running pytests
on: [push]
jobs:
run-pytests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - run: python -V
- run: pip install -r requirements.txt
- run: pip install pytest
- run: pytest