Skip to content

set default albedo for forests to 0.13 #647

set default albedo for forests to 0.13

set default albedo for forests to 0.13 #647

Workflow file for this run

name: pytest
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Set up uv
# Install latest uv version using the installer
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install the project
run: uv sync --extra dev
- name: Run tests
run: uv run pytest -s