From eb4ec77fc6d359bd19290aa2d35d2c2aa81f3e2c Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 21 Jul 2025 16:15:35 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f337eaa..0d0b2a2 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: - name: Symlink conftest.py into module-dir shell: bash run: | - ln -sf test-ci/conftest.py ${{ inputs.module-dir }}/conftest.py + ln -sf ../test-ci/conftest.py ${{ inputs.module-dir }}/conftest.py - name: Install Pixi & project dependencies shell: bash