Skip to content

Add kalray plugin to configure DPU #244

Add kalray plugin to configure DPU

Add kalray plugin to configure DPU #244

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mock pytest pyfakefs
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: pytest
run: |
cd tests
pytest