Skip to content

gbevan is running pytests #59

gbevan is running pytests

gbevan is running pytests #59

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
#- run: pip install virtualenv
- run: ./run_tests.sh