Skip to content

fix test get_combined_vertical_prop_in_latitude_range #558

fix test get_combined_vertical_prop_in_latitude_range

fix test get_combined_vertical_prop_in_latitude_range #558

Workflow file for this run

name: Tests
on:
- push
- pull_request
jobs:
python-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup-python
- uses: pre-commit/[email protected]
- name: Python tests
run: uv run pytest --color=yes
r-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup-r
- name: R tests
run: Rscript -e "packageVersion('arrow')"
working-directory: r/