Skip to content

Run Unit Tests [6c70858a60e2eec2b0512f194c5085406e46ca6e] #6

Run Unit Tests [6c70858a60e2eec2b0512f194c5085406e46ca6e]

Run Unit Tests [6c70858a60e2eec2b0512f194c5085406e46ca6e] #6

Workflow file for this run

on:
push:
branches:
- develop
- releases/**
pull_request:
branches:
- develop
- releases/**
name: tests
run-name: Run Unit Tests [${{ github.sha }}]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "${{ github.ref }}"
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: |
python -m pip install --upgrade pip
pip install pyyaml networkx colorama loguru typing_extensions
- run: |
python3 -m unittest