Skip to content

Fix mobile base sdk issue when using reachy2023 #199

Fix mobile base sdk issue when using reachy2023

Fix mobile base sdk issue when using reachy2023 #199

Workflow file for this run

name: Run pytest.
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Pytest
run: |
pip install pytest
pip install -e .
python -m pytest .