Skip to content

Add pytest install requirement #4

Add pytest install requirement

Add pytest install requirement #4

Workflow file for this run

on: push
jobs:
run_tests:
runs-on: ubuntu-latest
name: Run tests
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Installation
run: pip install .
- name: Install test framework
run: pip install pytest
- name: Testing
run: pytest