Skip to content

Add reading and writing camera file #16

Add reading and writing camera file

Add reading and writing camera file #16

Workflow file for this run

name: unitary_test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install environment
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests with pytest
run: python3 -m pytest -s ./test -v