Skip to content

Gitlab update comment #1000

Gitlab update comment

Gitlab update comment #1000

Workflow file for this run

name: unittests
on: [push, pull_request]
jobs:
unittests:
name: "Python unit tests"
runs-on: ubuntu-latest
steps:
- name: "Check out repository"
uses: actions/checkout@v4
- run: "pip3 install -r test/requirements.txt --user"
- run: "python3 -m unittest"