Skip to content

adding NightlyRuns tests for pyISSM #194

adding NightlyRuns tests for pyISSM

adding NightlyRuns tests for pyISSM #194

Workflow file for this run

name: CI
# Trigger CI on pushes and pull requests to main branch
on:
push:
branches:
- main
pull_request:
branches:
- main
# Define jobs
jobs:
# Job 1: Check dependencies and installation
check_dependencies:
uses: access-nri/pyISSM/.github/workflows/check-dependencies.yml@main