Skip to content

Commit b19e842

Browse files
env
1 parent 6066e9f commit b19e842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Test
9797
run: pytest
9898
env:
99-
GEOENGINE_TEST_CODE_PATH: $GITHUB_WORKSPACE/backend
99+
GEOENGINE_TEST_CODE_PATH: ${{ env.GITHUB_WORKSPACE }}/backend
100100

101101
# Checks the library using minimum version resolution
102102
# `uv` has this feature built-in, c.f. https://github.com/astral-sh/uv

0 commit comments

Comments
 (0)