From d6b04f5728b60f850426abbfeaea6ef95bc49ef9 Mon Sep 17 00:00:00 2001 From: Christian Beilschmidt Date: Thu, 30 Jan 2025 11:59:47 +0100 Subject: [PATCH 1/3] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77a8926..1a9180e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: check: - uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@reusable-workflow + uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main strategy: fail-fast: false @@ -28,7 +28,7 @@ jobs: # 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 + uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main with: python-version: 3.9 From a94120a42b65aff8d59ccb34bfa38264f80adf29 Mon Sep 17 00:00:00 2001 From: Christian Beilschmidt Date: Thu, 30 Jan 2025 12:00:39 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4aa3b8..5317b14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Geo Engine Python Package -[![CI](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml/badge.svg)](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml) +[![CI](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml/badge.svg)](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml?query=event%3Amerge_group) [![Coverage Status](https://coveralls.io/repos/github/geo-engine/geoengine-python/badge.svg)](https://coveralls.io/github/geo-engine/geoengine-python) [![Documentation](https://img.shields.io/badge/documentation-python.docs.geoengine.io-blue)](https://python.docs.geoengine.io/) From eeff73f244108c9e70deb134abd16cbe3200fc89 Mon Sep 17 00:00:00 2001 From: Christian Beilschmidt Date: Thu, 30 Jan 2025 14:15:41 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5317b14..a4dd640 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Geo Engine Python Package -[![CI](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml/badge.svg)](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml?query=event%3Amerge_group) +[![CI](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml/badge.svg?event=merge_group)](https://github.com/geo-engine/geoengine-python/actions/workflows/ci.yml?query=event%3Amerge_group) [![Coverage Status](https://coveralls.io/repos/github/geo-engine/geoengine-python/badge.svg)](https://coveralls.io/github/geo-engine/geoengine-python) [![Documentation](https://img.shields.io/badge/documentation-python.docs.geoengine.io-blue)](https://python.docs.geoengine.io/)