Skip to content

Updated configuration logic in READMEs and YAMLs #154

Updated configuration logic in READMEs and YAMLs

Updated configuration logic in READMEs and YAMLs #154

name: Python Unit Tests
on:
- push
- pull_request
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run unit tests
run: |
bash run_python_unittests.sh