Skip to content

Add reading and writing camera file #10

Add reading and writing camera file

Add reading and writing camera file #10

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
uses: mamba-org/[email protected]
with:
environment-file: environment.yml
- name: Run tests with pytest
run: python3 -m pytest -s ./test -v