Skip to content

Clip mask after computing orbit track #82

Clip mask after computing orbit track

Clip mask after computing orbit track #82

Workflow file for this run

name: Run Python Unit Tests
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install project in editable mode
run: |
pip install -e .
- name: Run unit tests
run: python -m unittest