Skip to content

Remove temporary workflow changes #244

Remove temporary workflow changes

Remove temporary workflow changes #244

Workflow file for this run

name: Unit Tests
on:
push:
workflow_dispatch:
jobs:
tox-unit-test:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install tox==4.18.1
- run: tox -- -m "not systest"