Skip to content

Update deps 2024 12 06 #912

Update deps 2024 12 06

Update deps 2024 12 06 #912

Workflow file for this run

name: CI
on:
pull_request:
merge_group:
# Creates a coverage of the main branch
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check:
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@reusable-workflow

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "geo-engine/geoengine-python/.github/workflows/test-python.yml@reusable-workflow" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
strategy:
fail-fast: false
matrix:
# use all supported versions from https://devguide.python.org/versions/
python-version: ["3.9", "3.10", "3.11", "3.12"]
with:
python-version: ${{ matrix.python-version }}
use-uv: false
coverage: false
# Checks the library using minimum version resolution
# `uv` has this feature built-in, c.f. https://github.com/astral-sh/uv
check-min-version:
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@reusable-workflow
with:
python-version: 3.9
use-uv: true
coverage: true