Skip to content

refactor: return_as_image->to_image for depth_to_point_cloud #162

refactor: return_as_image->to_image for depth_to_point_cloud

refactor: return_as_image->to_image for depth_to_point_cloud #162

Workflow file for this run

name: PyPI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8"]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install camtools
- name: Run simple import tests
run: |
python -c "import camtools; print(camtools.__version__)"
ct --help