Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Add a minimal HyP3 plugin for wetlands notebook #1

Add a minimal HyP3 plugin for wetlands notebook

Add a minimal HyP3 plugin for wetlands notebook #1

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/[email protected]
with:
local_package_name: hyp3_wetlands
python_versions: >-
["3.10", "3.11", "3.12"]
call-version-info-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
call-docker-ghcr-workflow:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
release_branch: main
develop_branch: develop
user: jhkennedy
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}