Skip to content

doc: add all-contributors #70

doc: add all-contributors

doc: add all-contributors #70

Workflow file for this run

name: Unit Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: "3.11"
- run: pip install -r Docker/builder/rootfs/requirements.txt
- run: pip install -r requirements-dev.txt
- name: Run pytest
run: pytest