Skip to content

Use package prefix to run unittests at the root dir #83

Use package prefix to run unittests at the root dir

Use package prefix to run unittests at the root dir #83

Workflow file for this run

name: Spec tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: python -m unittest