We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e3ad3 commit 6d01f11Copy full SHA for 6d01f11
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
check:
15
- uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@main
+ uses: geo-engine/geoengine-python/.github/workflows/test-python.yml@ruff
16
17
strategy:
18
fail-fast: false
@@ -28,7 +28,7 @@ jobs:
28
# Checks the library using minimum version resolution
29
# `uv` has this feature built-in, c.f. https://github.com/astral-sh/uv
30
check-min-version:
31
32
33
with:
34
python-version: "3.10"
0 commit comments