Skip to content

Commit 3ef56c1

Browse files
committed
Fixing env in action step
--- - fixes OSGeo#86
1 parent 638b9c1 commit 3ef56c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ runs:
7676
shell: "bash"
7777
run: |
7878
cd ${{ github.action_path }}
79+
env
7980
uv sync --frozen
8081
- name: "Start TEAM engine container"
8182
if: ${{ !inputs.teamengine_url }}

0 commit comments

Comments
 (0)