Skip to content

Merge pull request #33 from OPERA-Cal-Val/dependabot/github_actions/A… #134

Merge pull request #33 from OPERA-Cal-Val/dependabot/github_actions/A…

Merge pull request #33 from OPERA-Cal-Val/dependabot/github_actions/A… #134

Workflow file for this run

name: Test
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
call-pytest-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.11.1
with:
local_package_name: tile_mate
python_versions: >-
["3.9", "3.10", "3.11", "3.12"]