Skip to content

Rework

Rework #219

Workflow file for this run

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-pytest-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.21.0
with:
local_package_name: satchip
python_versions: >-
["3.11", "3.12", "3.13"]