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 6066e9f commit b19e842Copy full SHA for b19e842
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Test
97
run: pytest
98
env:
99
- GEOENGINE_TEST_CODE_PATH: $GITHUB_WORKSPACE/backend
+ GEOENGINE_TEST_CODE_PATH: ${{ env.GITHUB_WORKSPACE }}/backend
100
101
# Checks the library using minimum version resolution
102
# `uv` has this feature built-in, c.f. https://github.com/astral-sh/uv
0 commit comments