Skip to content

Optional usage of Planetary Computer STAC collection to construct CMIP6 input data paths #81

Optional usage of Planetary Computer STAC collection to construct CMIP6 input data paths

Optional usage of Planetary Computer STAC collection to construct CMIP6 input data paths #81

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9, '3.10', '3.11']
os: [ubuntu-latest]
# add, if needed: [macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pdm config venv.with_pip True
pdm sync -d -G testing
- name: Run Tests and Checks
run: |
pdm run all