Skip to content

Commit 6d01f11

Browse files
ruff ci from branch
1 parent a4e3ad3 commit 6d01f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
check:
15-
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main
15+
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@ruff
1616

1717
strategy:
1818
fail-fast: false
@@ -28,7 +28,7 @@ jobs:
2828
# Checks the library using minimum version resolution
2929
# `uv` has this feature built-in, c.f. https://github.com/astral-sh/uv
3030
check-min-version:
31-
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main
31+
uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@ruff
3232

3333
with:
3434
python-version: "3.10"

0 commit comments

Comments
 (0)