From 3823873bb1804d36756136256119e930a27265a9 Mon Sep 17 00:00:00 2001 From: voj Date: Thu, 18 Sep 2025 16:23:13 +1200 Subject: [PATCH] [26] do not delete poetry.lock --- .github/actions/python-install/action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/actions/python-install/action.yml b/.github/actions/python-install/action.yml index 10664cc..371f64c 100644 --- a/.github/actions/python-install/action.yml +++ b/.github/actions/python-install/action.yml @@ -36,8 +36,11 @@ runs: shell: bash working-directory: ${{ inputs.working-directory }} run: | - rm ./poetry.lock - echo "::Warning tile=poetry.lock::Poetry.lock is deleted in this workflow run. You might have to do this too when reproducing build errors." + echo "::Warning tile=poetry.lock::Poetry.lock is not deleted in this workflow run even though this was requested. See https://github.com/GNS-Science/nshm-github-actions/issues/26." + + # run: | + # rm ./poetry.lock + # echo "::Warning tile=poetry.lock::Poetry.lock is deleted in this workflow run. You might have to do this too when reproducing build errors." #---------------------------------------------- # install Python