Skip to content

Add ZED Mini camera #27

Add ZED Mini camera

Add ZED Mini camera #27

Workflow file for this run

name: Pytest
on:
pull_request:
push:
branches: [main,ci-dev]
jobs:
conda-pytest:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- name: install conda env with micromamba
uses: mamba-org/[email protected]
with:
environment-file: environment.yaml
cache-environment: true
- name: Conda list
shell: bash -l {0}
run: conda list
- name: pytest
shell: bash -l {0}
run: |
pytest .